C# Class XLog.LogManager

Show file Open project: Belorus/XLog

Public Properties

Property Type Description
Config LogConfig

Public Methods

Method Description
Flush ( ) : void
GetLogger ( string tag, LogConfig config = null ) : Logger
Init ( LogConfig config ) : void

Private Methods

Method Description
LogManager ( LogConfig config ) : System

Method Details

Flush() public method

public Flush ( ) : void
return void

GetLogger() public method

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

Init() public static method

public static Init ( LogConfig config ) : void
config LogConfig
return void

Property Details

Config public property

public LogConfig,XLog Config
return LogConfig