Interface LoggerConfOp
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
LoggerConfRestClient
public interface LoggerConfOp extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<LoggerConf>
list()
void
setLevel(String key, LogLevel level)
-
-
-
Method Detail
-
list
List<LoggerConf> list()
-
-