Create a string representation of an event type.
Source position: eventlog.pp line 91
public function TEventLog.EventTypeToString( |
E: TEventType |
):string; |
E |
|
Event type to convert to string. |
String representation of E.
EventTypeToString converts the event type E to a suitable string representation for logging purposes. It's mainly used when writing messages to file, as the system log usually has it's own mechanisms for displaying the various event types.