C# Class CavemanTools.Logging.NullLogger

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

Méthodes publiques

Свойство Type Description
Instance NullLogger

Méthodes publiques

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

Private Methods

Méthode Description
NullLogger ( ) : System

Method Details

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

Property Details

Instance public_oe static_oe property

public static NullLogger,CavemanTools.Logging Instance
Résultat NullLogger