C# Class Advtools.AdvInterceptor.Logger

Afficher le fichier Open project: ADVTOOLS/ADVinterceptor

Méthodes publiques

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

public Config ( string message ) : void
message string
Résultat void

Debug() public méthode

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

Error() public méthode

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

Exception() public méthode

public Exception ( Exception e, string message ) : void
e System.Exception
message string
Résultat void

Information() public méthode

public Information ( string message ) : void
message string
Résultat void

Log() public méthode

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

Logger() public méthode

public Logger ( ILogger logger, LogLevel level = LogLevel.Config ) : System
logger ILogger
level LogLevel
Résultat System

Logger() public méthode

public Logger ( LogLevel level = LogLevel.Config ) : System
level LogLevel
Résultat System

Warning() public méthode

public Warning ( string message ) : void
message string
Résultat void