mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-24 14:11:29 +00:00
Fix LoggerLevelHttp instance
This commit is contained in:
parent
0355ab5d97
commit
c3f3d22f3d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ namespace LBPUnion.ProjectLighthouse.Logging {
|
|||
|
||||
public class LoggerLevelHttp : LoggerLevel {
|
||||
public override string Name => "HTTP";
|
||||
public static LoggerLevelDatabase Instance = new();
|
||||
public static LoggerLevelHttp Instance = new();
|
||||
}
|
||||
|
||||
#region ASP.NET
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue