DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
ConsoleLoggerProvider.h
Go to the documentation of this file.
1#pragma once
2#include "Common.h"
5
6namespace DotNetDupe {
7 namespace Extensions {
8 namespace Logging {
9
38
39 }
40 }
41}
Defines common cross-platform macros, export decorators, and fundamental types.
#define DOTNETDUPE_API
Platform-specific linkage decoration for exporting or importing library symbols.
Definition Common.h:20
DotNetDupe::System::SmartPointer< ILogger > CreateLogger(const DotNetDupe::System::String &categoryName) override
Creates a new ConsoleLogger instance for the given category.
~ConsoleLoggerProvider() override=default
Virtual destructor for polymorphic cleanup.
ConsoleLoggerProvider()
Initializes a new ConsoleLoggerProvider using default configuration.
Represents a type that can create instances of ILogger.
Definition ILogger.h:72
A unified smart pointer that supports both unique and shared ownership semantics.
Represents text as a sequence of UTF-8 code units with culture-invariant operations.
Definition String.h:74
LogLevel
Defines logging severity levels.
Definition ILogger.h:15
Encapsulates logging system configuration options.