public interface ILoggerFactory
Logger instances for a specific logging backend.
Implement this interface to provide a custom logging backend, then register it via LoggerFactory.setDefault(ILoggerFactory).
| Modifier and Type | Method and Description |
|---|---|
Logger |
getLogger(Class<?> type)
Returns a logger for the given class.
|
Logger |
getLogger(String name)
Returns a logger with the given name.
|
Copyright © 2026. All rights reserved.