Skip to content
Snippets Groups Projects

Fix: Included method to determine LogLevel status

Merged Benedikt Heinrichs requested to merge Product/572-fixLoggingMiddleware into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -370,6 +370,10 @@ namespace Coscine.Logging
LogManager.ReconfigExistingLoggers();
}
public static bool LogLevelIsActivated(LogType logType)
{
return activeLoglevels[(int)logType];
}
private static string GetDbConnectionString()
{
Loading