DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
LoggerConfiguration.h File Reference
#include "Common.h"
#include "System/String.h"
#include "Extensions/Logging/ILogger.h"

Go to the source code of this file.

Classes

struct  DotNetDupe::Extensions::Logging::FileRolloverConfig
 Configuration settings for file rotation and archival. [Microsoft.Extensions.Logging]. More...
struct  DotNetDupe::Extensions::Logging::LoggerConfiguration
 Encapsulates logging system configuration options. More...

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::Extensions
namespace  DotNetDupe::Extensions::Logging

Functions

LogLevel DotNetDupe::Extensions::Logging::ParseLogLevel (const DotNetDupe::System::String &str)
 Parses a case-insensitive string into a corresponding LogLevel enumeration value.