1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

log: increase log-level for static loggers

This commit is contained in:
Steffen Vogel 2020-06-11 23:31:57 +02:00
parent 77ead61935
commit 3dd2dd9b1d

View file

@ -60,7 +60,7 @@ protected:
public:
Log(Level level = Level::info);
Log(Level level = Level::debug);
/**< Get the real usable log output width which fits into one line. */
int getWidth();