Interface LoggerProvider
public interface LoggerProvider
Provides an abstraction for obtaining
Logger instances. This interface centralizes the
creation and retrieval of loggers by name, allowing different implementations to support various
logging frameworks or custom logging behavior.
Implementations of this interface should ensure thread-safety and provide a consistent logger instance for a given name.
- Since:
- 2.5.0
-
Method Summary
-
Method Details