C# Class Adroit.Core.Log

Mostrar archivo Open project: chergert/adroit

Public Methods

Method Description
Debug ( string message ) : void
DebugFormat ( string format ) : void
Error ( Exception ex ) : void
Error ( string message ) : void
ErrorFormat ( string format ) : void
Fatal ( string message ) : void
Info ( string message ) : void
InfoFormat ( string format ) : void
Warning ( string message ) : void
WarningFormat ( string format ) : void

Private Methods

Method Description
Log ( ) : System

Method Details

Debug() public static method

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

DebugFormat() public static method

public static DebugFormat ( string format ) : void
format string
return void

Error() public static method

public static Error ( Exception ex ) : void
ex System.Exception
return void

Error() public static method

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

ErrorFormat() public static method

public static ErrorFormat ( string format ) : void
format string
return void

Fatal() public static method

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

Info() public static method

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

InfoFormat() public static method

public static InfoFormat ( string format ) : void
format string
return void

Warning() public static method

public static Warning ( string message ) : void
message string
return void

WarningFormat() public static method

public static WarningFormat ( string format ) : void
format string
return void