TheLoggerFactory..::..LogEvent Method (String, String, eMsgLevel, String, String, String)
   Log any aribrary event to the EventLog
   
                
    Namespace: 
   nsCDEngine.Engines.ThingServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static void LogEvent( string pCategory, string pEventName, eMsgLevel pEventLevel, string pEventText, string pEventTrigger, string pEventAction )
Parameters
- pCategory
 - Type: String
Event Category 
- pEventName
 - Type: String
Short Title of the Event 
- pEventLevel
 - Type: nsCDEngine.BaseClasses..::..eMsgLevel
Severity of the Event 
- pEventText
 - Type: String
Optional: Long text of the event 
- pEventTrigger
 - Type: String
Optional: Who/What triggered the Event 
- pEventAction
 - Type: String
Optional: What action was triggered by the Event