Disable the logging of user‐defined fields by this file observer.

Synopsis

Declared in <ball_fileobserver.h>

[[deprecated("Use `setFormat` and attributes")]]
void
disableUserFieldsLogging();
Warning

Deprecated: Use `setFormat` and attributes. Use of this entity is allowed but discouraged.

Description

Disable the logging of user‐defined fields by this file observer. This method has no effect if logging of user‐defined fields is not enabled, or if a format string other than the default one is in effect.

DEPRECATED: Use setLogFormat instead.

Created with MrDocs