init lserp cs 5.0
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace Zhaizj.Framework.Log {
|
||||
|
||||
|
||||
public enum LogLevel {
|
||||
None,
|
||||
Fatal,
|
||||
Error,
|
||||
Warn,
|
||||
Info,
|
||||
Debug,
|
||||
All
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user