Method | Description | |
---|---|---|
LogError ( |
Logs errors during application processes
|
|
LogError ( |
Logs errors during application processes
|
|
LogError ( |
Logs errors during application processes
|
|
LogInfo ( |
Logs information during application processes
|
public LogError ( |
||
type | Type of the class, where the log is proceed | |
exception | Exception, which is the reason of the error | |
return | void |
public LogError ( |
||
type | Type of the class, where the log is proceed | |
exception | Exception, which is the reason of the error | |
message | string | Parameterized error message |
return | void |
public LogError ( |
||
type | Type of the class, where the log is proceed | |
message | string | Parameterized error message |
return | void |
public LogInfo ( |
||
type | Type of the class, where the log is proceed | |
message | string | Parameterized info message |
return | void |