Skip to content

Commit aa61e4d

Browse files
committed
feat: Added None loglevel to disable logging
1 parent 9854c6f commit aa61e4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MLAPI/Logging/NetworkLog.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ internal enum LogType
8989
{
9090
Info,
9191
Warning,
92-
Error
92+
Error,
93+
None
9394
}
9495
}
9596
}

0 commit comments

Comments
 (0)