C# Class CqlSharp.Logging.NullLogger

Logger implementation that does nothing
Inheritance: ILogger
Afficher le fichier Open project: reuzel/CqlSharp

Méthodes publiques

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

Méthodes publiques

Méthode Description
LogCritical ( System.Guid traceId, string format ) : void
LogError ( System.Guid traceId, string format ) : void
LogInfo ( System.Guid traceId, string format ) : void
LogQuery ( System.Guid traceId, string format ) : void
LogVerbose ( System.Guid traceId, string format ) : void
LogWarning ( System.Guid traceId, string format ) : void

Method Details

LogCritical() public méthode

public LogCritical ( System.Guid traceId, string format ) : void
traceId System.Guid
format string
Résultat void

LogError() public méthode

public LogError ( System.Guid traceId, string format ) : void
traceId System.Guid
format string
Résultat void

LogInfo() public méthode

public LogInfo ( System.Guid traceId, string format ) : void
traceId System.Guid
format string
Résultat void

LogQuery() public méthode

public LogQuery ( System.Guid traceId, string format ) : void
traceId System.Guid
format string
Résultat void

LogVerbose() public méthode

public LogVerbose ( System.Guid traceId, string format ) : void
traceId System.Guid
format string
Résultat void

LogWarning() public méthode

public LogWarning ( System.Guid traceId, string format ) : void
traceId System.Guid
format string
Résultat void

Property Details

Instance public_oe static_oe property

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