Public Member Functions | |
| WebLogger (Type type) | |
| Constructor. | |
| WebLogger (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::iFolderApp::Web::WebLogger::WebLogger | ( | Type | type | ) | [inline] |
Constructor.
| type |
| Novell::iFolderApp::Web::WebLogger::WebLogger | ( | string | name | ) | [inline] |
Constructor.
| name |
| void Novell::iFolderApp::Web::WebLogger::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::iFolderApp::Web::WebLogger::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::iFolderApp::Web::WebLogger::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::iFolderApp::Web::WebLogger::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::iFolderApp::Web::WebLogger::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::iFolderApp::Web::WebLogger::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::iFolderApp::Web::WebLogger::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::iFolderApp::Web::WebLogger::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::iFolderApp::Web::WebLogger::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::iFolderApp::Web::WebLogger::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