Public Member Functions | |
| iFolderWebLogger (Type type) | |
| Constructor. | |
| iFolderWebLogger (string name) | |
| Constructor. | |
| void | Debug (HttpContext context, string format, params object[] args) |
| Log a DEBUG level message. | |
| void | Info (HttpContext context, string format, params object[] args) |
| Log a INFO level message. | |
| void | Warn (HttpContext context, string format, params object[] args) |
| Log a WARN level message. | |
| void | Error (HttpContext context, string format, params object[] args) |
| Log a ERROR level message. | |
| void | Fatal (HttpContext context, string format, params object[] args) |
| Log a FATAL level message. | |
| void | Debug (HttpContext context, Exception e, string format, params object[] args) |
| Log a DEBUG level message. | |
| void | Info (HttpContext context, Exception e, string format, params object[] args) |
| Log a INFO level message. | |
| void | Warn (HttpContext context, Exception e, string format, params object[] args) |
| Log a WARN level message. | |
| void | Error (HttpContext context, Exception e, string format, params object[] args) |
| Log a ERROR level message. | |
| void | Fatal (HttpContext context, Exception e, string format, params object[] args) |
| Log a FATAL level message. | |
| Novell::iFolderWeb::Admin::iFolderWebLogger::iFolderWebLogger | ( | Type | type | ) | [inline] |
Constructor.
| type |
| Novell::iFolderWeb::Admin::iFolderWebLogger::iFolderWebLogger | ( | string | name | ) | [inline] |
Constructor.
| name |
| void Novell::iFolderWeb::Admin::iFolderWebLogger::Debug | ( | HttpContext | context, | |
| string | format, | |||
| params object[] | args | |||
| ) | [inline] |
Log a DEBUG level message.
| context | The HTTP context object. | |
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
| void Novell::iFolderWeb::Admin::iFolderWebLogger::Info | ( | HttpContext | context, | |
| string | format, | |||
| params object[] | args | |||
| ) | [inline] |
Log a INFO level message.
| context | The HTTP context object. | |
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
| void Novell::iFolderWeb::Admin::iFolderWebLogger::Warn | ( | HttpContext | context, | |
| string | format, | |||
| params object[] | args | |||
| ) | [inline] |
Log a WARN level message.
| context | The HTTP context object. | |
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
| void Novell::iFolderWeb::Admin::iFolderWebLogger::Error | ( | HttpContext | context, | |
| string | format, | |||
| params object[] | args | |||
| ) | [inline] |
Log a ERROR level message.
| context | The HTTP context object. | |
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
| void Novell::iFolderWeb::Admin::iFolderWebLogger::Fatal | ( | HttpContext | context, | |
| string | format, | |||
| params object[] | args | |||
| ) | [inline] |
Log a FATAL level message.
| context | The HTTP context object. | |
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
| void Novell::iFolderWeb::Admin::iFolderWebLogger::Debug | ( | HttpContext | context, | |
| Exception | e, | |||
| string | format, | |||
| params object[] | args | |||
| ) | [inline] |
Log a DEBUG level message.
| context | The HTTP context object. | |
| e | An exception associated with the message. | |
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
| void Novell::iFolderWeb::Admin::iFolderWebLogger::Info | ( | HttpContext | context, | |
| Exception | e, | |||
| string | format, | |||
| params object[] | args | |||
| ) | [inline] |
Log a INFO level message.
| context | The HTTP context object. | |
| e | An exception associated with the message. | |
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
| void Novell::iFolderWeb::Admin::iFolderWebLogger::Warn | ( | HttpContext | context, | |
| Exception | e, | |||
| string | format, | |||
| params object[] | args | |||
| ) | [inline] |
Log a WARN level message.
| context | The HTTP context object. | |
| e | An exception associated with the message. | |
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
| void Novell::iFolderWeb::Admin::iFolderWebLogger::Error | ( | HttpContext | context, | |
| Exception | e, | |||
| string | format, | |||
| params object[] | args | |||
| ) | [inline] |
Log a ERROR level message.
| context | The HTTP context object. | |
| e | An exception associated with the message. | |
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
| void Novell::iFolderWeb::Admin::iFolderWebLogger::Fatal | ( | HttpContext | context, | |
| Exception | e, | |||
| string | format, | |||
| params object[] | args | |||
| ) | [inline] |
Log a FATAL level message.
| context | The HTTP context object. | |
| e | An exception associated with the message. | |
| format | A string with optional format items. | |
| args | An optional array of objects to format. |
1.5.6