Package de.xima.fc.interfaces.logging
Interface ILogConfig
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
XLogConfig
public interface ILogConfig extends Serializable
Common interface for logging configs- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IAppender>
getAppenders()
List<ILogger>
getLoggers()
-