C# Class Gallatin.Core.Net.DefaultSessionLogger

Inheritance: ISessionLogger
显示文件 Open project: williamoneill/Gallatin Class Usage Examples

Public Methods

Method Description
Error ( string message ) : void
Exception ( string message, Exception ex ) : void
Info ( string message ) : void
Verbose ( Func message ) : void
Verbose ( string message ) : void

Method Details

Error() public method

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

Exception() public method

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

Info() public method

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

Verbose() public method

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

Verbose() public method

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