C# Class ArgusTV.Common.Logging.CustomLogger

Datei anzeigen Open project: ARGUS-TV/ARGUS-TV

Public Methods

Method Description
CustomLogger ( ) : System
Debug ( string message ) : void
Debug ( string message, Exception exception ) : void
DebugFormat ( string format ) : void
Error ( string message ) : void
Error ( string message, Exception exception ) : void
ErrorFormat ( string format ) : void
Fatal ( string message ) : void
Fatal ( string message, Exception exception ) : void
Info ( string message ) : void
Info ( string message, Exception exception ) : void
InfoFormat ( string format ) : void
Warn ( string message ) : void
Warn ( string message, Exception exception ) : void
WarnFormat ( string format ) : void

Protected Methods

Method Description
InitializeLogger ( string logLevelSettingName, string fileName ) : void

Method Details

CustomLogger() public method

public CustomLogger ( ) : System
return System

Debug() public method

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

Debug() public method

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

DebugFormat() public method

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

Error() public method

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

Error() public method

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

ErrorFormat() public method

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

Fatal() public method

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

Fatal() public method

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

Info() public method

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

Info() public method

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

InfoFormat() public method

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

InitializeLogger() protected static method

protected static InitializeLogger ( string logLevelSettingName, string fileName ) : void
logLevelSettingName string
fileName string
return void

Warn() public method

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

Warn() public method

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

WarnFormat() public method

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