C# Class CqlSharp.NLog.NLogLogger

Nlog logging
Inheritance: ILogger
Mostra file Open project: reuzel/CqlSharp

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
NLogLogger ( string name ) : System

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

NLogLogger() public method

public NLogLogger ( string name ) : System
name string
return System