C# Class Gallatin.Core.Net.SessionLogger

Inheritance: ISessionLogger
ファイルを表示 Open project: williamoneill/Gallatin

Public Methods

Method Description
Error ( string message ) : void
Exception ( string message, Exception ex ) : void
Info ( string message ) : void
SessionLogger ( string sessionId ) : System
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

SessionLogger() public method

public SessionLogger ( string sessionId ) : System
sessionId string
return System

Verbose() public method

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

Verbose() public method

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