Method Shutdown
Shutdown()
Stops Logging and releases the memory and destroys systems created by LogController.
Declaration
public void Shutdown()
Remarks
This must be called from the main thread (do not call from a Job) after all Logging calls have completed; any log messages "in flight" will be discarded.
IMPORTANT: Accessing the Payload buffer of a log message when Shutdown is called, e.g. during an asynchronous I/O operation, will result in undefined behavior.