Protocol++® (Protocolpp®)
v5.7.0
|
Public Member Functions | |
file_log_policy () | |
file_log_policy constructor | |
void | open_ostream (const std::string &name) |
void | close_ostream () |
close_ostream - close the log file | |
void | write (const std::string &msg) |
~file_log_policy () | |
standard deconstructor | |
![]() | |
log_policy_interface () | |
standard deconstructor | |
virtual | ~log_policy_interface ()=default |
standard deconstructor | |
Additional Inherited Members | |
![]() | |
std::ofstream | out_stream |
Output file stream object. | |
|
virtual |
open_ostream
name | - name of the log output file |
Implements InterfacePP::log_policy_interface.
|
virtual |
write - write msg to log file
msg | - message to write to log file |
Implements InterfacePP::log_policy_interface.