Suppress or enable unique filenames when rotating the log file.
Synopsis
Declared in <ball_fileobserver.h>
void
suppressUniqueFileNameOnRotation(bool suppress);
Description
Suppress generating a unique log file name upon rotation if the specified suppress is true, and generate a unique filename otherwise. See {Rotated File Naming} for details.
Parameters
Name |
Description |
suppress |
whether to suppress unique names on rotation |
Created with MrDocs