C# Class CqlSharp.Logging.NullLogger

Logger implementation that does nothing
Inheritance: ILogger
Datei anzeigen Open project: reuzel/CqlSharp

Public Properties

Property Type Description
Instance NullLogger

Public Methods

Method 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 method

public LogCritical ( System.Guid traceId, string format ) : void
traceId System.Guid
format string
return void

LogError() public method

public LogError ( System.Guid traceId, string format ) : void
traceId System.Guid
format string
return void

LogInfo() public method

public LogInfo ( System.Guid traceId, string format ) : void
traceId System.Guid
format string
return void

LogQuery() public method

public LogQuery ( System.Guid traceId, string format ) : void
traceId System.Guid
format string
return void

LogVerbose() public method

public LogVerbose ( System.Guid traceId, string format ) : void
traceId System.Guid
format string
return void

LogWarning() public method

public LogWarning ( System.Guid traceId, string format ) : void
traceId System.Guid
format string
return void

Property Details

Instance public_oe static_oe property

public static NullLogger,CqlSharp.Logging Instance
return NullLogger