Function CommitLogBuffer(context :^loggingContexts) : Boolean
context: A loggingContext created by CreateLoggingContext
Returns TRUE on success
This function writes any entries stored in a log's buffer to file. This has no effect if the loggingContext is realtime. (see a guide to hlog).
This function is automatically called when the loggingContext is freed using FreeLoggingContext or FreeAllLoggingContexts.
The buffer is cleared after it has been commited.
Example: