Update QsLog to 2.1 snapshot 46b643d5bcbc

This commit is contained in:
Felix Kauselmann
2020-07-24 19:05:01 +02:00
parent c13ec618d0
commit 1568a5f253
45 changed files with 2579 additions and 269 deletions

View File

@ -25,10 +25,10 @@
#ifndef QSLOGLEVEL_H
#define QSLOGLEVEL_H
class QString;
namespace QsLogging
{
enum Level
{
TraceLevel = 0,
@ -40,6 +40,9 @@ enum Level
OffLevel
};
const char* LevelName(Level theLevel);
QString LocalizedLevelName(Level theLevel);
}
#endif // QSLOGLEVEL_H