Loggin WIP
This commit is contained in:
8
src/Alma.Logging/LogLevel.cs
Normal file
8
src/Alma.Logging/LogLevel.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Alma.Logging;
|
||||
|
||||
public enum LogLevel
|
||||
{
|
||||
Information,
|
||||
Debug,
|
||||
Trace
|
||||
}
|
||||
Reference in New Issue
Block a user