C# Class DotLog.Sql.SqlLogger

Inheritance: ILogger
Afficher le fichier Open project: subfuzion/dotlog

Méthodes publiques

Méthode Description
Log ( string message, LogLevel logLevel = LogLevel.Verbose, string category = null ) : LogEntry

Method Details

Log() public méthode

public Log ( string message, LogLevel logLevel = LogLevel.Verbose, string category = null ) : LogEntry
message string
logLevel LogLevel
category string
Résultat LogEntry