C# Класс UberLoggerFile, UberLogger

A basic file logger backend
Наследование: ILogger
Показать файл Открыть проект

Открытые методы

Метод Описание
Log ( LogInfo, logInfo ) : void
UberLoggerFile ( string filename, bool includeCallStacks = true ) : System.IO

Constructor. Make sure to add it to UberLogger via Logger.AddLogger(); filename is relative to Application.persistentDataPath if includeCallStacks is true it will dump out the full callstack for all logs, at the expense of big log files.

Описание методов

Log() публичный Метод

public Log ( LogInfo, logInfo ) : void
logInfo LogInfo,
Результат void

UberLoggerFile() публичный Метод

Constructor. Make sure to add it to UberLogger via Logger.AddLogger(); filename is relative to Application.persistentDataPath if includeCallStacks is true it will dump out the full callstack for all logs, at the expense of big log files.
public UberLoggerFile ( string filename, bool includeCallStacks = true ) : System.IO
filename string
includeCallStacks bool
Результат System.IO