mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
add loglevel none (closing #998)
This commit is contained in:
parent
d9b9457b56
commit
a6fb3b602e
3 changed files with 26 additions and 19 deletions
|
@ -25,10 +25,11 @@
|
|||
|
||||
enum LogLevel
|
||||
{
|
||||
eLogError = 0,
|
||||
eLogNone = 0,
|
||||
eLogError,
|
||||
eLogWarning,
|
||||
eLogInfo,
|
||||
eLogDebug,
|
||||
eLogDebug,
|
||||
eNumLogLevels
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue