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 |
public LogCritical ( System.Guid traceId, string format ) : void | ||
traceId | System.Guid | |
format | string | |
return | void |
public LogError ( System.Guid traceId, string format ) : void | ||
traceId | System.Guid | |
format | string | |
return | void |
public LogInfo ( System.Guid traceId, string format ) : void | ||
traceId | System.Guid | |
format | string | |
return | void |
public LogQuery ( System.Guid traceId, string format ) : void | ||
traceId | System.Guid | |
format | string | |
return | void |
public LogVerbose ( System.Guid traceId, string format ) : void | ||
traceId | System.Guid | |
format | string | |
return | void |
public LogWarning ( System.Guid traceId, string format ) : void | ||
traceId | System.Guid | |
format | string | |
return | void |