C# Class GoodAI.Logging.LoggerExtensions

显示文件 Open project: GoodAI/BrainSimulator

Public Methods

Method Description
Debug ( this log, Exception ex, string template ) : void
Debug ( this log, string template ) : void
Error ( this log, Exception ex, string template ) : void
Error ( this log, string template ) : void
Info ( this log, string template ) : void
Warn ( this log, Exception ex, string template ) : void
Warn ( this log, string template ) : void

Method Details

Debug() public static method

public static Debug ( this log, Exception ex, string template ) : void
log this
ex System.Exception
template string
return void

Debug() public static method

public static Debug ( this log, string template ) : void
log this
template string
return void

Error() public static method

public static Error ( this log, Exception ex, string template ) : void
log this
ex System.Exception
template string
return void

Error() public static method

public static Error ( this log, string template ) : void
log this
template string
return void

Info() public static method

public static Info ( this log, string template ) : void
log this
template string
return void

Warn() public static method

public static Warn ( this log, Exception ex, string template ) : void
log this
ex System.Exception
template string
return void

Warn() public static method

public static Warn ( this log, string template ) : void
log this
template string
return void