C# 클래스 XLog.LogManager

파일 보기 프로젝트 열기: Belorus/XLog

공개 프로퍼티들

프로퍼티 타입 설명
Config LogConfig

공개 메소드들

메소드 설명
Flush ( ) : void
GetLogger ( string tag, LogConfig config = null ) : Logger
Init ( LogConfig config ) : void

비공개 메소드들

메소드 설명
LogManager ( LogConfig config ) : System

메소드 상세

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

GetLogger() 공개 메소드

public GetLogger ( string tag, LogConfig config = null ) : Logger
tag string
config LogConfig
리턴 Logger

Init() 공개 정적인 메소드

public static Init ( LogConfig config ) : void
config LogConfig
리턴 void

프로퍼티 상세

Config 공개적으로 프로퍼티

public LogConfig,XLog Config
리턴 LogConfig