2using System.Collections.Generic;
46 public override string[]
Aliases =>
new string[] {
"LogInformation",
"LogInfo" };
52 public override void DoLog(
string Message)
69 public override void DoLog(
string Message,
string Object,
string Actor,
string EventId,
EventLevel Level,
70 string Facility,
string Module,
string StackTrace, params KeyValuePair<string, object>[] Tags)
72 Log.
Informational(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 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.
Class managing a script expression.
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.