|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "Common.h"#include "System/Object.h"#include "System/String.h"#include "System/SmartPointer.h"#include "System/Collections/Generic/Dictionary.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::Extensions::Logging::ILogger |
| Represents a type used to perform logging. More... | |
| class | DotNetDupe::Extensions::Logging::ILoggerFactory |
| Represents a type used to configure the logging system and create instances of ILogger. More... | |
| class | DotNetDupe::Extensions::Logging::ILoggerOf< T > |
| A generic interface for logging where the category name is derived from the specified type name. More... | |
| class | DotNetDupe::Extensions::Logging::ILoggerProvider |
| Represents a type that can create instances of ILogger. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::Extensions |
| namespace | DotNetDupe::Extensions::Logging |
Enumerations | |
| enum class | DotNetDupe::Extensions::Logging::LogLevel { DotNetDupe::Extensions::Logging::Trace = 0 , DotNetDupe::Extensions::Logging::Debug = 1 , DotNetDupe::Extensions::Logging::Information = 2 , DotNetDupe::Extensions::Logging::Warning = 3 , DotNetDupe::Extensions::Logging::Error = 4 , DotNetDupe::Extensions::Logging::Critical = 5 , DotNetDupe::Extensions::Logging::None = 6 } |
| Defines logging severity levels. More... | |