C# Class Affecto.Logging.Logger

Inheritance: ILogger, ICorrelationLogger
Afficher le fichier Open project: affecto/dotnet-Logging

Méthodes publiques

Méthode 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 méthode

public LogCritical ( Exception exception, string formatMessage ) : void
exception System.Exception
formatMessage string
Résultat void

LogCritical() public méthode

public LogCritical ( ICorrelation correlation, Exception exception, string formatMessage ) : void
correlation ICorrelation
exception System.Exception
formatMessage string
Résultat void

LogCritical() public méthode

public LogCritical ( ICorrelation correlation, string formatMessage ) : void
correlation ICorrelation
formatMessage string
Résultat void

LogCritical() public méthode

public LogCritical ( string formatMessage ) : void
formatMessage string
Résultat void

LogError() public méthode

public LogError ( Exception exception, string formatMessage ) : void
exception System.Exception
formatMessage string
Résultat void

LogError() public méthode

public LogError ( ICorrelation correlation, Exception exception, string formatMessage ) : void
correlation ICorrelation
exception System.Exception
formatMessage string
Résultat void

LogError() public méthode

public LogError ( ICorrelation correlation, string formatMessage ) : void
correlation ICorrelation
formatMessage string
Résultat void

LogError() public méthode

public LogError ( string formatMessage ) : void
formatMessage string
Résultat void

LogInformation() public méthode

public LogInformation ( ICorrelation correlation, string formatMessage ) : void
correlation ICorrelation
formatMessage string
Résultat void

LogInformation() public méthode

public LogInformation ( string formatMessage ) : void
formatMessage string
Résultat void

LogVerbose() public méthode

public LogVerbose ( ICorrelation correlation, string formatMessage ) : void
correlation ICorrelation
formatMessage string
Résultat void

LogVerbose() public méthode

public LogVerbose ( string formatMessage ) : void
formatMessage string
Résultat void

LogWarning() public méthode

public LogWarning ( Exception exception, string formatMessage ) : void
exception System.Exception
formatMessage string
Résultat void

LogWarning() public méthode

public LogWarning ( ICorrelation correlation, Exception exception, string formatMessage ) : void
correlation ICorrelation
exception System.Exception
formatMessage string
Résultat void

LogWarning() public méthode

public LogWarning ( ICorrelation correlation, string formatMessage ) : void
correlation ICorrelation
formatMessage string
Résultat void

LogWarning() public méthode

public LogWarning ( string formatMessage ) : void
formatMessage string
Résultat void

Logger() public méthode

public Logger ( ILogWriter logWriter ) : System
logWriter ILogWriter
Résultat System