C# Class m.Logging.NLogAdapter

Inheritance: LoggingProvider.ILogger
Afficher le fichier Open project: joongonn/mHttp

Méthodes publiques

Свойство Type Description
Provider LoggingProvider.ILogger>.Func

Méthodes publiques

Méthode Description
Debug ( string msg ) : void
Error ( string msg ) : void
Fatal ( string msg ) : void
Info ( string msg ) : void
NLogAdapter ( Type type ) : System
ToConsole ( NLog.LogLevel level ) : LoggingConfiguration
Warn ( string msg ) : void

Private Methods

Méthode Description
Log ( NLog.LogLevel level, string msg ) : void

Method Details

Debug() public méthode

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

Error() public méthode

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

Fatal() public méthode

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

Info() public méthode

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

NLogAdapter() public méthode

public NLogAdapter ( Type type ) : System
type System.Type
Résultat System

ToConsole() public static méthode

public static ToConsole ( NLog.LogLevel level ) : LoggingConfiguration
level NLog.LogLevel
Résultat NLog.Config.LoggingConfiguration

Warn() public méthode

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

Property Details

Provider public_oe static_oe property

public static Func Provider
Résultat LoggingProvider.ILogger>.Func