C# Class CavemanTools.Logging.DeveloperLogger

Inheritance: IWriteToLog
Afficher le fichier Open project: sapiens/cavemantools

Méthodes publiques

Méthode Description
DeveloperLogger ( Action writer ) : System
Log ( string source, LogLevel level, string message ) : void
LogException ( string source, LogLevel level, Exception ex, string context ) : void

Method Details

DeveloperLogger() public méthode

public DeveloperLogger ( Action writer ) : System
writer Action
Résultat System

Log() public méthode

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

LogException() public méthode

public LogException ( string source, LogLevel level, Exception ex, string context ) : void
source string
level LogLevel
ex System.Exception
context string
Résultat void