Clears the log output channel.
Create or get a logger for a specific channel.
Name of the logging channel.
Logger instance for the specified channel.
Disposes the logger and cleans up resources.
Get configuration for external integrations (Datalayer handlers, etc.).
Copy of the current logger configuration.
Updates logging configuration. Affects all existing and future loggers.
Partial configuration to update.
Shows the log output channel in VS Code.
StaticgetGets or creates the singleton instance.
Optionalcontext: ExtensionContextVS Code extension context (required for initial creation).
The singleton LoggerManager instance.
Central logging manager for the Datalayer VS Code extension. Manages multiple log channels with different purposes.