C# Class HeaviSoft.FrameworkBase.Utility.Log.Logger

Exibir arquivo Open project: heavis/Documentor_V01R01

Public Methods

Method Description
Debug ( object message ) : void
Debug ( object message, Exception t ) : void
Error ( object message ) : void
Error ( object message, Exception t ) : void
Fatal ( object message ) : void
Fatal ( object message, Exception t ) : void
Info ( object message ) : void
Info ( object message, Exception t ) : void
Warn ( object message ) : void
Warn ( object message, Exception t ) : void

Private Methods

Method Description
GetInstance ( ) : ILogger
Logger ( ) : System

Method Details

Debug() public static method

public static Debug ( object message ) : void
message object
return void

Debug() public static method

public static Debug ( object message, Exception t ) : void
message object
t System.Exception
return void

Error() public static method

public static Error ( object message ) : void
message object
return void

Error() public static method

public static Error ( object message, Exception t ) : void
message object
t System.Exception
return void

Fatal() public static method

public static Fatal ( object message ) : void
message object
return void

Fatal() public static method

public static Fatal ( object message, Exception t ) : void
message object
t System.Exception
return void

Info() public static method

public static Info ( object message ) : void
message object
return void

Info() public static method

public static Info ( object message, Exception t ) : void
message object
t System.Exception
return void

Warn() public static method

public static Warn ( object message ) : void
message object
return void

Warn() public static method

public static Warn ( object message, Exception t ) : void
message object
t System.Exception
return void