Set the specified onRotationCallback to be invoked after each time this file observer attempts to perform a log file rotation. The behavior is undefined if the supplied function calls either setOnFileRotationCallback, forceRotation, or publish on this file observer (i.e., the supplied callback should not attempt to write to the ball log).
Synopsis
Declared in <ball_fileobserver.h>
void
setOnFileRotationCallback(OnFileRotationCallback const& onRotationCallback);
Created with MrDocs