This commit is contained in:
Jeroen Saey
2025-02-18 09:07:06 +01:00
parent 3cec432b39
commit b69c9eafb1
4 changed files with 19 additions and 3 deletions

View File

@@ -126,6 +126,10 @@ public class LoggerSettings
{
get
{
if (_logTypes == null)
{
_logTypes = _defaultLogTypes;
}
return _logTypes;
}