LoggingContextRealtime

Function LoggingContextRealtime(context :^loggingContexts, realtime: Boolean) : Boolean

context: A loggingContext created by CreateLoggingContext

realtime: TRUE to make the loggingContext realtime, FALSE to make it buffered (see a guide to hlog)

Returns TRUE on success

Use loggingContext.realtime to read the value of this setting.