C# 클래스 UberLoggerFile, UberLogger

A basic file logger backend
상속: ILogger
파일 보기 프로젝트 열기: bbbscarter/UberLogger

공개 메소드들

메소드 설명
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