1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-06-19 06:57:54 +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>
Dieser Commit ist enthalten in:
Kai Krakow
2017-10-27 23:02:47 +02:00
Ursprung c6bf6bfe1d
Commit c6be07e158
4 geänderte Dateien mit 41 neuen und 25 gelöschten Zeilen
+5
Datei anzeigen
@@ -86,6 +86,11 @@ namespace crucible {
}
};
class ChatterTimestamp {
public:
ChatterTimestamp(int);
};
class ChatterBox {
string m_file;
int m_line;