1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-16 17:46:16 +02:00

Add option for prefixing timestamps

To make bees more friendly to use with syslog/systemd, we add an option
to omit timestamps from the log output.

Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
Kai Krakow
2017-10-27 23:02:47 +02:00
parent c6bf6bfe1d
commit c6be07e158
4 changed files with 41 additions and 25 deletions

View File

@ -86,6 +86,11 @@ namespace crucible {
}
};
class ChatterTimestamp {
public:
ChatterTimestamp(int);
};
class ChatterBox {
string m_file;
int m_line;