C# Class DotLog.LogExtensions

Afficher le fichier Open project: subfuzion/dotlog

Méthodes publiques

Méthode Description
LogCritical ( this logger, string message, string category = null ) : LogEntry
LogError ( this logger, string message, string category = null ) : LogEntry
LogInformation ( this logger, string message, string category = null ) : LogEntry
LogVerbose ( this logger, string message, string category = null ) : LogEntry
LogWarning ( this logger, string message, string category = null ) : LogEntry

Method Details

LogCritical() public static méthode

public static LogCritical ( this logger, string message, string category = null ) : LogEntry
logger this
message string
category string
Résultat LogEntry

LogError() public static méthode

public static LogError ( this logger, string message, string category = null ) : LogEntry
logger this
message string
category string
Résultat LogEntry

LogInformation() public static méthode

public static LogInformation ( this logger, string message, string category = null ) : LogEntry
logger this
message string
category string
Résultat LogEntry

LogVerbose() public static méthode

public static LogVerbose ( this logger, string message, string category = null ) : LogEntry
logger this
message string
category string
Résultat LogEntry

LogWarning() public static méthode

public static LogWarning ( this logger, string message, string category = null ) : LogEntry
logger this
message string
category string
Résultat LogEntry