Method | Description | |
---|---|---|
CaliburnLogging ( |
Initializes a new instance of the CaliburnLogging class.
|
|
Error ( |
The error.
|
|
Info ( string format ) : void |
The info.
|
|
Warn ( string format ) : void |
The warn.
|
Method | Description | |
---|---|---|
CreateLogMessage ( string format ) : string |
The create log message.
|
public CaliburnLogging ( |
||
type | /// The type. /// | |
return | System |
public Error ( |
||
exception | /// The exception. /// | |
return | void |
public Info ( string format ) : void | ||
format | string | /// The format. /// |
return | void |
public Warn ( string format ) : void | ||
format | string | /// The format. /// |
return | void |