Class LoggerConfRestClient
- java.lang.Object
-
- org.apache.syncope.client.console.rest.LoggerConfRestClient
-
- All Implemented Interfaces:
Serializable
,LoggerConfOp
,RestClient
public class LoggerConfRestClient extends Object implements RestClient, LoggerConfOp
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static Logger
LOG
protected static JsonMapper
MAPPER
-
Constructor Summary
Constructors Constructor Description LoggerConfRestClient(List<NetworkService> instances, List<Domain> domains)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getActuatorEndpoint(NetworkService instance)
List<LoggerConf>
list()
void
setLevel(String key, LogLevel level)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
MAPPER
protected static final JsonMapper MAPPER
-
-
Constructor Detail
-
LoggerConfRestClient
public LoggerConfRestClient(List<NetworkService> instances, List<Domain> domains)
-
-
Method Detail
-
getActuatorEndpoint
protected String getActuatorEndpoint(NetworkService instance)
-
list
public List<LoggerConf> list()
- Specified by:
list
in interfaceLoggerConfOp
-
setLevel
public void setLevel(String key, LogLevel level)
- Specified by:
setLevel
in interfaceLoggerConfOp
-
-