C# Class Customer.Project.Utilities.FormatLogger

Inheritance: IFormatLogger
Afficher le fichier Open project: atosorigin/AtosMvcStarterKit

Méthodes publiques

Méthode Description
Debug ( string messageFormatString ) : void
Error ( Exception ex, string prefix ) : void
Error ( string messageFormatString ) : void
Fatal ( Exception ex, string prefix ) : void
Fatal ( string messageFormatString ) : void
FormatLogger ( log4net.ILog log ) : System
Info ( Exception ex, string messageFormatString ) : void

Logs an exception as an info message

Info ( string messageFormatString ) : void
Log ( LogLevel level, Exception ex, string prefix ) : void
Log ( LogLevel level, string messageFormatString ) : void
Warn ( string messageFormatString ) : void

Method Details

Debug() public méthode

public Debug ( string messageFormatString ) : void
messageFormatString string
Résultat void

Error() public méthode

public Error ( Exception ex, string prefix ) : void
ex System.Exception
prefix string
Résultat void

Error() public méthode

public Error ( string messageFormatString ) : void
messageFormatString string
Résultat void

Fatal() public méthode

public Fatal ( Exception ex, string prefix ) : void
ex System.Exception
prefix string
Résultat void

Fatal() public méthode

public Fatal ( string messageFormatString ) : void
messageFormatString string
Résultat void

FormatLogger() public méthode

public FormatLogger ( log4net.ILog log ) : System
log log4net.ILog
Résultat System

Info() public méthode

Logs an exception as an info message
public Info ( Exception ex, string messageFormatString ) : void
ex System.Exception
messageFormatString string
Résultat void

Info() public méthode

public Info ( string messageFormatString ) : void
messageFormatString string
Résultat void

Log() public méthode

public Log ( LogLevel level, Exception ex, string prefix ) : void
level LogLevel
ex System.Exception
prefix string
Résultat void

Log() public méthode

public Log ( LogLevel level, string messageFormatString ) : void
level LogLevel
messageFormatString string
Résultat void

Warn() public méthode

public Warn ( string messageFormatString ) : void
messageFormatString string
Résultat void