Logger class - handles ofstreams and syslog.
More...
#include <Logger.h>
|
| Logger () |
| Constructor - derived from std::ostream.
|
|
| ~Logger () |
| Destructor - close our logging stream.
|
|
void | open (const std::string &file) |
| Open our logging output.
|
|
void | close () |
| Close depending on type.
|
|
std::string | types () |
| Provide a list of available logging types.
|
|
Logger class - handles ofstreams and syslog.
◆ open()
void Logger::open |
( |
const std::string & |
file | ) |
|
|
inline |
Open our logging output.
- Parameters
-
◆ types()
std::string Logger::types |
( |
| ) |
|
|
inline |
Provide a list of available logging types.
- Returns
- std::string list of available logging types
References types().
Referenced by types().
The documentation for this class was generated from the following file: