C# Class Gallatin.Core.Util.Logger

ファイルを表示 Open project: williamoneill/Gallatin Class Usage Examples

Public Methods

Method Description
Error ( string format ) : void
Exception ( string message, Exception exception ) : void
Info ( Func logMessageCreationDelegate ) : void
Info ( string format ) : void
Logger ( string traceSource ) : System
Verbose ( Func logMessageCreationDelegate ) : void
Verbose ( string format ) : void
Warning ( string format ) : void

Method Details

Error() public method

public Error ( string format ) : void
format string
return void

Exception() public method

public Exception ( string message, Exception exception ) : void
message string
exception System.Exception
return void

Info() public method

public Info ( Func logMessageCreationDelegate ) : void
logMessageCreationDelegate Func
return void

Info() public method

public Info ( string format ) : void
format string
return void

Logger() public method

public Logger ( string traceSource ) : System
traceSource string
return System

Verbose() public method

public Verbose ( Func logMessageCreationDelegate ) : void
logMessageCreationDelegate Func
return void

Verbose() public method

public Verbose ( string format ) : void
format string
return void

Warning() public method

public Warning ( string format ) : void
format string
return void