
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::ISimiasLog::Debug | ( | string | format, | |
| params object[] | args | |||
| ) |
Log a DEBUG level message.
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
Implemented in Simias::SimiasLog.
| void Simias::ISimiasLog::Info | ( | string | format, | |
| params object[] | args | |||
| ) |
Log a INFO level message.
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
Implemented in Simias::SimiasLog.
| void Simias::ISimiasLog::Warn | ( | string | format, | |
| params object[] | args | |||
| ) |
Log a WARN level message.
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
Implemented in Simias::SimiasLog.
| void Simias::ISimiasLog::Error | ( | string | format, | |
| params object[] | args | |||
| ) |
Log a ERROR level message.
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
Implemented in Simias::SimiasLog.
| void Simias::ISimiasLog::Fatal | ( | string | format, | |
| params object[] | args | |||
| ) |
Log a FATAL level message.
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
Implemented in Simias::SimiasLog.
| void Simias::ISimiasLog::Debug | ( | Exception | e, | |
| string | format, | |||
| params object[] | args | |||
| ) |
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. |
Implemented in Simias::SimiasLog.
| void Simias::ISimiasLog::Info | ( | Exception | e, | |
| string | format, | |||
| params object[] | args | |||
| ) |
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. |
Implemented in Simias::SimiasLog.
| void Simias::ISimiasLog::Warn | ( | Exception | e, | |
| string | format, | |||
| params object[] | args | |||
| ) |
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. |
Implemented in Simias::SimiasLog.
| void Simias::ISimiasLog::Error | ( | Exception | e, | |
| string | format, | |||
| params object[] | args | |||
| ) |
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. |
Implemented in Simias::SimiasLog.
| void Simias::ISimiasLog::Fatal | ( | Exception | e, | |
| string | format, | |||
| params object[] | args | |||
| ) |
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. |
Implemented in Simias::SimiasLog.
1.5.6