ocssw
V2022
|
LogFacilityabstract
#include <Base.hpp>
Inheritance diagram for LogFacility:
Public Member Functions | |
virtual | ~LogFacility () |
virtual void | log (int severity, const std::string &s)=0 |
virtual void | log (LogSeverity severity, const std::string &s) |
Detailed Description
Constructor & Destructor Documentation
◆ ~LogFacility()
|
inlinevirtual |
Member Function Documentation
◆ log() [1/2]
|
pure virtual |
Print a message to this log facility, with a given severity.
- Parameters
-
severity numeric severity level s message to log
Implemented in FormattedStreamLogger, FileStreamLogger, and FileLogger.
◆ log() [2/2]
|
inlinevirtual |
The documentation for this class was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/include/focs/log/Base.hpp