|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "pch.h"#include "Extensions/Logging/LoggerConfiguration.h"#include "System/IO/File.h"#include "System/IOException.h"#include "System/ArgumentException.h"#include "System/Text/Json/JsonSerializer.h"#include "System/Text/Json/JsonException.h"Go to the source code of this file.
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::Extensions |
| namespace | DotNetDupe::Extensions::Logging |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Text |
| namespace | DotNetDupe::System::Text::Json |
Functions | |
| LogLevel | DotNetDupe::Extensions::Logging::ParseLogLevel (const DotNetDupe::System::String &str) |
| Parses a case-insensitive string into a corresponding LogLevel enumeration value. | |