C# Class Affecto.Logging.Logger

Inheritance: ILogger, ICorrelationLogger
Mostra file Open project: affecto/dotnet-Logging

Public Methods

Method Description
LogCritical ( Exception exception, string formatMessage ) : void
LogCritical ( ICorrelation correlation, Exception exception, string formatMessage ) : void
LogCritical ( ICorrelation correlation, string formatMessage ) : void
LogCritical ( string formatMessage ) : void
LogError ( Exception exception, string formatMessage ) : void
LogError ( ICorrelation correlation, Exception exception, string formatMessage ) : void
LogError ( ICorrelation correlation, string formatMessage ) : void
LogError ( string formatMessage ) : void
LogInformation ( ICorrelation correlation, string formatMessage ) : void
LogInformation ( string formatMessage ) : void
LogVerbose ( ICorrelation correlation, string formatMessage ) : void
LogVerbose ( string formatMessage ) : void
LogWarning ( Exception exception, string formatMessage ) : void
LogWarning ( ICorrelation correlation, Exception exception, string formatMessage ) : void
LogWarning ( ICorrelation correlation, string formatMessage ) : void
LogWarning ( string formatMessage ) : void
Logger ( ILogWriter logWriter ) : System

Method Details

LogCritical() public method

public LogCritical ( Exception exception, string formatMessage ) : void
exception System.Exception
formatMessage string
return void

LogCritical() public method

public LogCritical ( ICorrelation correlation, Exception exception, string formatMessage ) : void
correlation ICorrelation
exception System.Exception
formatMessage string
return void

LogCritical() public method

public LogCritical ( ICorrelation correlation, string formatMessage ) : void
correlation ICorrelation
formatMessage string
return void

LogCritical() public method

public LogCritical ( string formatMessage ) : void
formatMessage string
return void

LogError() public method

public LogError ( Exception exception, string formatMessage ) : void
exception System.Exception
formatMessage string
return void

LogError() public method

public LogError ( ICorrelation correlation, Exception exception, string formatMessage ) : void
correlation ICorrelation
exception System.Exception
formatMessage string
return void

LogError() public method

public LogError ( ICorrelation correlation, string formatMessage ) : void
correlation ICorrelation
formatMessage string
return void

LogError() public method

public LogError ( string formatMessage ) : void
formatMessage string
return void

LogInformation() public method

public LogInformation ( ICorrelation correlation, string formatMessage ) : void
correlation ICorrelation
formatMessage string
return void

LogInformation() public method

public LogInformation ( string formatMessage ) : void
formatMessage string
return void

LogVerbose() public method

public LogVerbose ( ICorrelation correlation, string formatMessage ) : void
correlation ICorrelation
formatMessage string
return void

LogVerbose() public method

public LogVerbose ( string formatMessage ) : void
formatMessage string
return void

LogWarning() public method

public LogWarning ( Exception exception, string formatMessage ) : void
exception System.Exception
formatMessage string
return void

LogWarning() public method

public LogWarning ( ICorrelation correlation, Exception exception, string formatMessage ) : void
correlation ICorrelation
exception System.Exception
formatMessage string
return void

LogWarning() public method

public LogWarning ( ICorrelation correlation, string formatMessage ) : void
correlation ICorrelation
formatMessage string
return void

LogWarning() public method

public LogWarning ( string formatMessage ) : void
formatMessage string
return void

Logger() public method

public Logger ( ILogWriter logWriter ) : System
logWriter ILogWriter
return System