mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
add critical log level
This commit is contained in:
parent
cd1af85e39
commit
a80aeb6715
3 changed files with 17 additions and 12 deletions
|
@ -27,6 +27,7 @@
|
|||
enum LogLevel
|
||||
{
|
||||
eLogNone = 0,
|
||||
eLogCritical,
|
||||
eLogError,
|
||||
eLogWarning,
|
||||
eLogInfo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue