Set the specified onRotationCallback to be invoked after each time this async 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 async file observer (i.e., the supplied callback should not attempt to write to the ball log).
Synopsis
Declared in <ball_asyncfileobserver.h>
void
setOnFileRotationCallback(OnFileRotationCallback const& onRotationCallback);
Created with MrDocs