quill
Public Attributes | List of all members
FileEventNotifier Struct Reference

Notifies on file events by calling the appropriate callback, the callback is executed on the backend worker thread. More...

#include <StreamSink.h>

Public Attributes

std::function< void(fs::path const &file_path)> before_open
 
std::function< void(fs::path const &file_path, FILE *f)> after_open
 
std::function< void(fs::path const &file_path, FILE *f)> before_close
 
std::function< void(fs::path const &file_path)> after_close
 
std::function< std::string(std::string_view message)> before_write
 

Detailed Description

Notifies on file events by calling the appropriate callback, the callback is executed on the backend worker thread.


The documentation for this struct was generated from the following file: