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:
@@ -86,6 +86,11 @@ namespace crucible {
|
||||
}
|
||||
};
|
||||
|
||||
class ChatterTimestamp {
|
||||
public:
|
||||
ChatterTimestamp(int);
|
||||
};
|
||||
|
||||
class ChatterBox {
|
||||
string m_file;
|
||||
int m_line;
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren