EventLoggergetEventLogAsString Method |
Returns the whole event log as a string, with a header line as the first line
Namespace:
Kratos_3.Logging
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic string getEventLogAsString()
Public Function getEventLogAsString As String
public:
virtual String^ getEventLogAsString() sealed
abstract getEventLogAsString : unit -> string
override getEventLogAsString : unit -> string
Return Value
Type:
StringImplements
IEventLoggergetEventLogAsString
See Also