2using System.Collections.Generic;
47 public override void DoLog(
string Message)
64 public override void DoLog(
string Message,
string Object,
string Actor,
string EventId,
EventLevel Level,
65 string Facility,
string Module,
string StackTrace, params KeyValuePair<string, object>[] Tags)
67 Log.
Emergency(Message, Object, Actor, EventId, Level, Facility, Module, StackTrace, Tags);
Static class managing the application event log. Applications and services log events on this static ...
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.
Class managing a script expression.
Logs an emergency event to the event log.
override string FunctionName
Name of the function
LogEmergency(ScriptNode Message, ScriptNode Tags, int Start, int Length, Expression Expression)
Logs an emergency event to the event log.
override void DoLog(string Message, string Object, string Actor, string EventId, EventLevel Level, string Facility, string Module, string StackTrace, params KeyValuePair< string, object >[] Tags)
Logs information to the event log.
LogEmergency(ScriptNode Message, int Start, int Length, Expression Expression)
Logs an emergency event to the event log.
override void DoLog(string Message)
Logs information to the event log.
Abstract base class for log functions
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
int Start
Start position in script expression.