

Public Member Functions | |
| void | Debug (string format, params object[] args) |
| Log a DEBUG level message. | |
| void | Info (string format, params object[] args) |
| Log a INFO level message. | |
| void | Warn (string format, params object[] args) |
| Log a WARN level message. | |
| void | Error (string format, params object[] args) |
| Log a ERROR level message. | |
| void | Fatal (string format, params object[] args) |
| Log a FATAL level message. | |
| void | Debug (Exception e, string format, params object[] args) |
| Log a DEBUG level message. | |
| void | Info (Exception e, string format, params object[] args) |
| Log a INFO level message. | |
| void | Warn (Exception e, string format, params object[] args) |
| Log a WARN level message. | |
| void | Error (Exception e, string format, params object[] args) |
| Log a ERROR level message. | |
| void | Fatal (Exception e, string format, params object[] args) |
| Log a FATAL level message. | |
| void Simias::SimiasLog::Debug | ( | string | format, | |
| params object[] | args | |||
| ) | [inline] |
Log a DEBUG level message.
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
Implements Simias::ISimiasLog.
| void Simias::SimiasLog::Info | ( | string | format, | |
| params object[] | args | |||
| ) | [inline] |
Log a INFO level message.
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
Implements Simias::ISimiasLog.
| void Simias::SimiasLog::Warn | ( | string | format, | |
| params object[] | args | |||
| ) | [inline] |
Log a WARN level message.
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
Implements Simias::ISimiasLog.
| void Simias::SimiasLog::Error | ( | string | format, | |
| params object[] | args | |||
| ) | [inline] |
Log a ERROR level message.
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
Implements Simias::ISimiasLog.
| void Simias::SimiasLog::Fatal | ( | string | format, | |
| params object[] | args | |||
| ) | [inline] |
Log a FATAL level message.
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
Implements Simias::ISimiasLog.
| void Simias::SimiasLog::Debug | ( | Exception | e, | |
| string | format, | |||
| params object[] | args | |||
| ) | [inline] |
Log a DEBUG level message.
| e | An exception associated with the message. | |
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
Implements Simias::ISimiasLog.
| void Simias::SimiasLog::Info | ( | Exception | e, | |
| string | format, | |||
| params object[] | args | |||
| ) | [inline] |
Log a INFO level message.
| e | An exception associated with the message. | |
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
Implements Simias::ISimiasLog.
| void Simias::SimiasLog::Warn | ( | Exception | e, | |
| string | format, | |||
| params object[] | args | |||
| ) | [inline] |
Log a WARN level message.
| e | An exception associated with the message. | |
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
Implements Simias::ISimiasLog.
| void Simias::SimiasLog::Error | ( | Exception | e, | |
| string | format, | |||
| params object[] | args | |||
| ) | [inline] |
Log a ERROR level message.
| e | An exception associated with the message. | |
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
Implements Simias::ISimiasLog.
| void Simias::SimiasLog::Fatal | ( | Exception | e, | |
| string | format, | |||
| params object[] | args | |||
| ) | [inline] |
Log a FATAL level message.
| e | An exception associated with the message. | |
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
Implements Simias::ISimiasLog.
1.5.6