Method | Description | |
---|---|---|
Assert ( bool condition, string message ) : void | ||
Debug ( string message ) : void | ||
Error ( string message ) : void | ||
Fatal ( string message ) : void | ||
Info ( string message ) : void | ||
Logger ( string name ) : System | ||
Trace ( string message ) : void | ||
Warn ( string message ) : void | ||
log ( NLog.LogLevel logLvl, string message ) : void |
public Assert ( bool condition, string message ) : void | ||
condition | bool | |
message | string | |
return | void |
public log ( NLog.LogLevel logLvl, string message ) : void | ||
logLvl | NLog.LogLevel | |
message | string | |
return | void |