LOG_disable
2-186
C Interface
Syntax
LOG_disable(log);
Parameters
LOG_Handle log;
/* log object handle */
Return Value
Void
Reentrant
no
Description
LOG_disable disables the logging mechanism and prevents the log
buffer from being modified.
Example
LOG_disable(&trace);
See Also
LOG_disable
Disable a message log