Writes the message onto the logger
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void Append(
LogEvent logEvent
)
Sub Append (
logEvent As LogEvent
)
void Append(
LogEvent^ logEvent
)
abstract Append :
logEvent : LogEvent -> unit
Parameters
- logEvent
- Type: Ozeki.CommonLogEvent
See Also