|
LogEventPublisherPublish(MessageFlags, String, String, Exception) Method
|
Raises a log message with the provided data.
Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax member Publish :
flags : MessageFlags *
?message : string *
?details : string *
?exception : Exception
(* Defaults:
let _message = defaultArg message null
let _details = defaultArg details null
let _exception = defaultArg exception null
*)
-> unit
function Publish(flags, message, details, exception);
View SourceParameters
- flags MessageFlags
- additional flags to set to this log
- message String (Optional)
- details String (Optional)
- A long text field with the details of the message.
- exception Exception (Optional)
- An exception object if one is provided.
See Also