C# Class AccidentalFish.ApplicationSupport.Logging.ConsoleLogger.Implementation.ConsoleLogger

Inheritance: ILogger
Mostra file Open project: JamesRandall/AccidentalFish.ApplicationSupport

Public Methods

Method Description
ConsoleLogger ( IFullyQualifiedName source, LogLevelEnum minimumLogLevel ) : System
Debug ( string message ) : void
Debug ( string message, Exception exception ) : void
Error ( string message ) : void
Error ( string message, Exception exception ) : void
Fatal ( string message ) : void
Fatal ( string message, Exception exception ) : void
Information ( string message ) : void
Information ( string message, Exception exception ) : void
Log ( LogLevelEnum level, string message ) : void
Log ( LogLevelEnum level, string message, Exception exception ) : void
Verbose ( string message ) : void
Verbose ( string message, Exception exception ) : void
Warning ( string message ) : void
Warning ( string message, Exception exception ) : void

Method Details

ConsoleLogger() public method

public ConsoleLogger ( IFullyQualifiedName source, LogLevelEnum minimumLogLevel ) : System
source IFullyQualifiedName
minimumLogLevel LogLevelEnum
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

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

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

Information() public method

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

Information() public method

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

Log() public method

public Log ( LogLevelEnum level, string message ) : void
level LogLevelEnum
message string
return void

Log() public method

public Log ( LogLevelEnum level, string message, Exception exception ) : void
level LogLevelEnum
message string
exception System.Exception
return void

Verbose() public method

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

Verbose() public method

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

Warning() public method

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

Warning() public method

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