|
quill
|
Notifies on file events by calling the appropriate callback. More...
#include <StreamSink.h>
Notifies on file events by calling the appropriate callback.
before_write executes as part of the normal log write path. before_open, after_open, before_close, and after_close execute on the thread performing the file open/close operation. Different callbacks, and different invocations of the same callback, may therefore run on different threads over the sink lifetime. Callbacks must be thread-safe and must not assume a single calling thread.
1.8.13