Pol
Revision:cb584c9
|
#include <logfacility.h>
Public Member Functions | |
LogSink_scriptlog () | |
virtual | ~LogSink_scriptlog () |
![]() | |
LogSinkGenericFile (const LogFileBehaviour *behaviour) | |
LogSinkGenericFile () | |
virtual | ~LogSinkGenericFile () |
virtual void | addMessage (fmt::Writer *msg) POL_OVERRIDE |
virtual void | addMessage (fmt::Writer *msg, const std::string &id) POL_OVERRIDE |
void | open_log_file (bool open_timestamp) |
void | setBehaviour (const LogFileBehaviour *behaviour, std::string filename) |
![]() | |
LogSink () | |
virtual | ~LogSink () |
Additional Inherited Members | |
![]() | |
static void | addTimeStamp (std::ostream &stream) |
static std::string | getTimeStamp () |
![]() | |
bool | test_for_rollover (std::chrono::time_point< std::chrono::system_clock > &now) |
![]() | |
bool | _active_line |
const LogFileBehaviour * | _behaviour |
std::ofstream | _filestream |
std::chrono::time_point< std::chrono::system_clock > | _lasttimestamp |
std::string | _log_filename |
struct tm | _opened |
Definition at line 88 of file logfacility.h.
Pol::Clib::Logging::LogSink_scriptlog::LogSink_scriptlog | ( | ) |
Definition at line 412 of file logfacility.cpp.
|
inlinevirtual |
Definition at line 92 of file logfacility.h.