![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Static class managing the application event log. Applications and services log events on this static class, and it distributes them to registered event sinks. More...
Static Public Member Functions | |
| static void | Register (IEventSink EventSink) |
| Registers an event sink with the event log. Call Unregister(IEventSink) to unregister it, or Terminate at the end of an application, to unregister and terminate all registered event sinks. More... | |
| static bool | Unregister (IEventSink EventSink) |
| Unregisters an event sink from the event log. More... | |
| static bool | RegisterExceptionToUnnest (Type ExceptionType) |
| Register an exception type to unnest in logging. By default, only the TargetInvocationException is unnested. More... | |
| static void | Terminate () |
| Must be called when the application is terminated. Stops all event sinks that have been registered. More... | |
| static async void | Event (Event Event) |
| Logs an event. It will be distributed to registered event sinks. More... | |
| static string | CleanStackTrace (string StackTrace) |
| Cleans a Stack Trace string, removing entries from the asynchronous execution model, making the result more readable to developers. More... | |
| static void | Debug (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, string StackTrace, params KeyValuePair< string, object >[] Tags) |
| Logs a debug event. More... | |
| static void | Debug (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags) |
| Logs a debug event. More... | |
| static void | Debug (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags) |
| Logs a debug event. More... | |
| static void | Debug (string Message, string Object, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags) |
| Logs a debug event. More... | |
| static void | Debug (string Message, string Object, string Actor, string EventId, params KeyValuePair< string, object >[] Tags) |
| Logs a debug event. More... | |
| static void | Debug (string Message, string Object, string Actor, params KeyValuePair< string, object >[] Tags) |
| Logs a debug event. More... | |
| static void | Debug (string Message, string Object, params KeyValuePair< string, object >[] Tags) |
| Logs a debug event. More... | |
| static void | Debug (string Message, params KeyValuePair< string, object >[] Tags) |
| Logs a debug event. More... | |
| static void | Informational (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, string StackTrace, params KeyValuePair< string, object >[] Tags) |
| Logs an informational event. More... | |
| static void | Informational (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags) |
| Logs an informational event. More... | |
| static void | Informational (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags) |
| Logs an informational event. More... | |
| static void | Informational (string Message, string Object, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags) |
| Logs an informational event. More... | |
| static void | Informational (string Message, string Object, string Actor, string EventId, params KeyValuePair< string, object >[] Tags) |
| Logs an informational event. More... | |
| static void | Informational (string Message, string Object, string Actor, params KeyValuePair< string, object >[] Tags) |
| Logs an informational event. More... | |
| static void | Informational (string Message, string Object, params KeyValuePair< string, object >[] Tags) |
| Logs an informational event. More... | |
| static void | Informational (string Message, params KeyValuePair< string, object >[] Tags) |
| Logs an informational event. More... | |
| static void | Notice (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, string StackTrace, params KeyValuePair< string, object >[] Tags) |
| Logs a notice event. More... | |
| static void | Notice (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags) |
| Logs a notice event. More... | |
| static void | Notice (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags) |
| Logs a notice event. More... | |
| static void | Notice (string Message, string Object, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags) |
| Logs a notice event. More... | |
| static void | Notice (string Message, string Object, string Actor, string EventId, params KeyValuePair< string, object >[] Tags) |
| Logs a notice event. More... | |
| static void | Notice (string Message, string Object, string Actor, params KeyValuePair< string, object >[] Tags) |
| Logs a notice event. More... | |
| static void | Notice (string Message, string Object, params KeyValuePair< string, object >[] Tags) |
| Logs a notice event. More... | |
| static void | Notice (string Message, params KeyValuePair< string, object >[] Tags) |
| Logs a notice event. More... | |
| static void | Warning (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, string StackTrace, params KeyValuePair< string, object >[] Tags) |
| Logs a warning event. More... | |
| static void | Warning (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags) |
| Logs a warning event. More... | |
| static void | Warning (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags) |
| Logs a warning event. More... | |
| static void | Warning (string Message, string Object, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags) |
| Logs a warning event. More... | |
| static void | Warning (string Message, string Object, string Actor, string EventId, params KeyValuePair< string, object >[] Tags) |
| Logs a warning event. More... | |
| static void | Warning (string Message, string Object, string Actor, params KeyValuePair< string, object >[] Tags) |
| Logs a warning event. More... | |
| static void | Warning (string Message, string Object, params KeyValuePair< string, object >[] Tags) |
| Logs a warning event. More... | |
| static void | Warning (string Message, params KeyValuePair< string, object >[] Tags) |
| Logs a warning event. More... | |
| static void | Error (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, string StackTrace, params KeyValuePair< string, object >[] Tags) |
| Logs an error event. More... | |
| static void | Error (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags) |
| Logs an error event. More... | |
| static void | Error (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags) |
| Logs an error event. More... | |
| static void | Error (string Message, string Object, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags) |
| Logs an error event. More... | |
| static void | Error (string Message, string Object, string Actor, string EventId, params KeyValuePair< string, object >[] Tags) |
| Logs an error event. More... | |
| static void | Error (string Message, string Object, string Actor, params KeyValuePair< string, object >[] Tags) |
| Logs an error event. More... | |
| static void | Error (string Message, string Object, params KeyValuePair< string, object >[] Tags) |
| Logs an error event. More... | |
| static void | Error (string Message, params KeyValuePair< string, object >[] Tags) |
| Logs an error event. More... | |
| static void | Error (Exception Exception, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags) |
| Logs an error event. More... | |
| static Exception | UnnestException (Exception Exception) |
| Unnests an exception, to extract the relevant inner exception. More... | |
| static void | Error (Exception Exception, string Object, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags) |
| Logs an error event. More... | |
| static void | Error (Exception Exception, string Object, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags) |
| Logs an error event. More... | |
| static void | Error (Exception Exception, string Object, string Actor, string EventId, params KeyValuePair< string, object >[] Tags) |
| Logs an error event. More... | |
| static void | Error (Exception Exception, string Object, string Actor, params KeyValuePair< string, object >[] Tags) |
| Logs an error event. More... | |
| static void | Error (Exception Exception, string Object, params KeyValuePair< string, object >[] Tags) |
| Logs an error event. More... | |
| static void | Error (Exception Exception, params KeyValuePair< string, object >[] Tags) |
| Logs an error event. More... | |
| static void | Critical (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, string StackTrace, params KeyValuePair< string, object >[] Tags) |
| Logs a critical event. More... | |
| static void | Critical (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags) |
| Logs a critical event. More... | |
| static void | Critical (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags) |
| Logs a critical event. More... | |
| static void | Critical (string Message, string Object, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags) |
| Logs a critical event. More... | |
| static void | Critical (string Message, string Object, string Actor, string EventId, params KeyValuePair< string, object >[] Tags) |
| Logs a critical event. More... | |
| static void | Critical (string Message, string Object, string Actor, params KeyValuePair< string, object >[] Tags) |
| Logs a critical event. More... | |
| static void | Critical (string Message, string Object, params KeyValuePair< string, object >[] Tags) |
| Logs a critical event. More... | |
| static void | Critical (string Message, params KeyValuePair< string, object >[] Tags) |
| Logs a critical event. More... | |
| static void | Critical (Exception Exception, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags) |
| Logs a critical event. More... | |
| static void | Critical (Exception Exception, string Object, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags) |
| Logs a critical event. More... | |
| static void | Critical (Exception Exception, string Object, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags) |
| Logs a critical event. More... | |
| static void | Critical (Exception Exception, string Object, string Actor, string EventId, params KeyValuePair< string, object >[] Tags) |
| Logs a critical event. More... | |
| static void | Critical (Exception Exception, string Object, string Actor, params KeyValuePair< string, object >[] Tags) |
| Logs a critical event. More... | |
| static void | Critical (Exception Exception, string Object, params KeyValuePair< string, object >[] Tags) |
| Logs a critical event. More... | |
| static void | Critical (Exception Exception, params KeyValuePair< string, object >[] Tags) |
| Logs a critical event. More... | |
| static void | Alert (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, string StackTrace, params KeyValuePair< string, object >[] Tags) |
| Logs an alert event. More... | |
| static void | Alert (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags) |
| Logs an alert event. More... | |
| static void | Alert (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags) |
| Logs an alert event. More... | |
| static void | Alert (string Message, string Object, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags) |
| Logs an alert event. More... | |
| static void | Alert (string Message, string Object, string Actor, string EventId, params KeyValuePair< string, object >[] Tags) |
| Logs an alert event. More... | |
| static void | Alert (string Message, string Object, string Actor, params KeyValuePair< string, object >[] Tags) |
| Logs an alert event. More... | |
| static void | Alert (string Message, string Object, params KeyValuePair< string, object >[] Tags) |
| Logs an alert event. More... | |
| static void | Alert (string Message, params KeyValuePair< string, object >[] Tags) |
| Logs an alert event. More... | |
| static void | Alert (Exception Exception, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags) |
| Logs an alert event. More... | |
| static void | Alert (Exception Exception, string Object, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags) |
| Logs an alert event. More... | |
| static void | Alert (Exception Exception, string Object, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags) |
| Logs an alert event. More... | |
| static void | Alert (Exception Exception, string Object, string Actor, string EventId, params KeyValuePair< string, object >[] Tags) |
| Logs an alert event. More... | |
| static void | Alert (Exception Exception, string Object, string Actor, params KeyValuePair< string, object >[] Tags) |
| Logs an alert event. More... | |
| static void | Alert (Exception Exception, string Object, params KeyValuePair< string, object >[] Tags) |
| Logs an alert event. More... | |
| static void | Alert (Exception Exception, params KeyValuePair< string, object >[] Tags) |
| Logs an alert event. More... | |
| static void | Emergency (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, string StackTrace, params KeyValuePair< string, object >[] Tags) |
| Logs an emergency event. More... | |
| static void | Emergency (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags) |
| Logs an emergency event. More... | |
| static void | Emergency (string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags) |
| Logs an emergency event. More... | |
| static void | Emergency (string Message, string Object, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags) |
| Logs an emergency event. More... | |
| static void | Emergency (string Message, string Object, string Actor, string EventId, params KeyValuePair< string, object >[] Tags) |
| Logs an emergency event. More... | |
| static void | Emergency (string Message, string Object, string Actor, params KeyValuePair< string, object >[] Tags) |
| Logs an emergency event. More... | |
| static void | Emergency (string Message, string Object, params KeyValuePair< string, object >[] Tags) |
| Logs an emergency event. More... | |
| static void | Emergency (string Message, params KeyValuePair< string, object >[] Tags) |
| Logs an emergency event. More... | |
| static void | Emergency (Exception Exception, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags) |
| Logs an emergency event. More... | |
| static void | Emergency (Exception Exception, string Object, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags) |
| Logs an emergency event. More... | |
| static void | Emergency (Exception Exception, string Object, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags) |
| Logs an emergency event. More... | |
| static void | Emergency (Exception Exception, string Object, string Actor, string EventId, params KeyValuePair< string, object >[] Tags) |
| Logs an emergency event. More... | |
| static void | Emergency (Exception Exception, string Object, string Actor, params KeyValuePair< string, object >[] Tags) |
| Logs an emergency event. More... | |
| static void | Emergency (Exception Exception, string Object, params KeyValuePair< string, object >[] Tags) |
| Logs an emergency event. More... | |
| static void | Emergency (Exception Exception, params KeyValuePair< string, object >[] Tags) |
| Logs an emergency event. More... | |
| static void | Exception (Exception Exception, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, params KeyValuePair< string, object >[] Tags) |
| Logs an exception. Event type will be determined by the severity of the exception. More... | |
| static void | Exception (Exception Exception, string Object, string Actor, string EventId, EventLevel Level, string Facility, params KeyValuePair< string, object >[] Tags) |
| Logs an exception. Event type will be determined by the severity of the exception. More... | |
| static void | Exception (Exception Exception, string Object, string Actor, string EventId, EventLevel Level, params KeyValuePair< string, object >[] Tags) |
| Logs an exception. Event type will be determined by the severity of the exception. More... | |
| static void | Exception (Exception Exception, string Object, string Actor, string EventId, params KeyValuePair< string, object >[] Tags) |
| Logs an exception. Event type will be determined by the severity of the exception. More... | |
| static void | Exception (Exception Exception, string Object, string Actor, params KeyValuePair< string, object >[] Tags) |
| Logs an exception. Event type will be determined by the severity of the exception. More... | |
| static void | Exception (Exception Exception, string Object, params KeyValuePair< string, object >[] Tags) |
| Logs an exception. Event type will be determined by the severity of the exception. More... | |
| static void | Exception (Exception Exception, params KeyValuePair< string, object >[] Tags) |
| Logs an exception. Event type will be determined by the severity of the exception. More... | |
| static EventType | GetEventType (Exception Exception) |
| Gets the event type corresponding to a given exception object. More... | |
| static void | RegisterAlertExceptionType (bool Lock, params Type[] ExceptionTypes) |
| Registers a set of Exception types as Exception types that should generate alert log entries when logged. More... | |
| static T[] | Join< T > (this T[] Array, params T[] NewElements) |
| Joins two arrays More... | |
Properties | |
| static IEventSink[] | Sinks [get] |
| Registered sinks. More... | |
Events | |
| static EventHandler | Terminating = null |
| Event raised when the application is terminating. More... | |
Static class managing the application event log. Applications and services log events on this static class, and it distributes them to registered event sinks.
|
static |
|
static |
|
static |
|
static |
|
static |
Logs an alert event.
| Exception | Exception Object. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an alert event.
| Exception | Exception Object. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an alert event.
| Exception | Exception Object. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
|
static |
|
static |
|
static |
|
static |
Logs an alert event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an alert event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an alert event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| StackTrace | Stack Trace of event. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an alert event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Logs a critical event.
| Exception | Exception Object. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs a critical event.
| Exception | Exception Object. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs a critical event.
| Exception | Exception Object. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
|
static |
|
static |
|
static |
|
static |
Logs a critical event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs a critical event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs a critical event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| StackTrace | Stack Trace of event. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs a critical event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
|
static |
|
static |
|
static |
|
static |
Logs a debug event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs a debug event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs a debug event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| StackTrace | Stack Trace of event. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs a debug event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
|
static |
|
static |
|
static |
|
static |
Logs an emergency event.
| Exception | Exception Object. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an emergency event.
| Exception | Exception Object. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an emergency event.
| Exception | Exception Object. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
|
static |
|
static |
|
static |
Logs an emergency event.
|
static |
Logs an emergency event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an emergency event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an emergency event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| StackTrace | Stack Trace of event. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an emergency event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
|
static |
|
static |
|
static |
|
static |
Logs an error event.
| Exception | Exception Object. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an error event.
| Exception | Exception Object. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an error event.
| Exception | Exception Object. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
|
static |
|
static |
|
static |
|
static |
Logs an error event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an error event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an error event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| StackTrace | Stack Trace of event. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an error event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
|
static |
|
static |
|
static |
Logs an exception. Event type will be determined by the severity of the exception.
| Exception | Exception Object. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an exception. Event type will be determined by the severity of the exception.
|
static |
Logs an exception. Event type will be determined by the severity of the exception.
| Exception | Exception Object. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an exception. Event type will be determined by the severity of the exception.
| Exception | Exception Object. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an exception. Event type will be determined by the severity of the exception.
| Exception | Exception Object. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
|
static |
|
static |
|
static |
Logs an informational event.
|
static |
Logs an informational event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an informational event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an informational event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| StackTrace | Stack Trace of event. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs an informational event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Logs a notice event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs a notice event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs a notice event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| StackTrace | Stack Trace of event. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs a notice event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
|
static |
Registers a set of Exception types as Exception types that should generate alert log entries when logged.
| Lock | If list of exceptions should be locked after the call. |
| ExceptionTypes | Types of exceptions. |
| InvalidOperationException | If list has been locked and new types cannot be added. |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Logs a warning event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs a warning event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs a warning event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Level | Event Level. |
| Facility | Facility can be either a facility in the network sense or in the system sense. |
| Module | Module where the event is reported. |
| StackTrace | Stack Trace of event. |
| Tags | Variable set of tags providing event-specific information. |
|
static |
Logs a warning event.
| Message | Free-text event message. |
| Object | Object related to the event. |
| Actor | Actor responsible for the action causing the event. |
| EventId | Computer-readable Event ID identifying type of even. |
| Tags | Variable set of tags providing event-specific information. |
|
staticget |
|
static |