C# Class Advtools.AdvInterceptor.Logger

Show file Open project: ADVTOOLS/ADVinterceptor

Public Methods

Method Description
Config ( string message ) : void
Debug ( string message ) : void
Error ( string message ) : void
Exception ( Exception e, string message ) : void
Information ( string message ) : void
Log ( LogLevel level, string format ) : void
Logger ( ILogger logger, LogLevel level = LogLevel.Config ) : System
Logger ( LogLevel level = LogLevel.Config ) : System
Warning ( string message ) : void

Method Details

Config() public method

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

Debug() public method

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

Error() public method

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

Exception() public method

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

Information() public method

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

Log() public method

public Log ( LogLevel level, string format ) : void
level LogLevel
format string
return void

Logger() public method

public Logger ( ILogger logger, LogLevel level = LogLevel.Config ) : System
logger ILogger
level LogLevel
return System

Logger() public method

public Logger ( LogLevel level = LogLevel.Config ) : System
level LogLevel
return System

Warning() public method

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