|
LogFileWriterWrite Method
|
Writes the specified log to the file
Namespace: GSF.DiagnosticsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
Syntaxpublic void Write(
LogMessage log,
bool autoFlush = true
)
Public Sub Write (
log As LogMessage,
Optional autoFlush As Boolean = true
)
public:
void Write(
LogMessage^ log,
bool autoFlush = true
)
member Write :
log : LogMessage *
?autoFlush : bool
(* Defaults:
let _autoFlush = defaultArg autoFlush true
*)
-> unit
function Write(log, autoFlush);
View SourceParameters
- log LogMessage
- autoFlush Boolean (Optional)
See Also