Package ch.swisscom.mid.client.impl
Class Loggers
- java.lang.Object
-
- ch.swisscom.mid.client.impl.Loggers
-
public class Loggers extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>ALL_OF_THEMstatic StringLOGGER_CLIENTstatic StringLOGGER_CLIENT_PROTOCOLstatic StringLOGGER_CONFIGstatic StringLOGGER_FULL_REQUEST_RESPONSEstatic StringLOGGER_REQUEST_RESPONSE
-
Constructor Summary
Constructors Constructor Description Loggers()
-
-
-
Field Detail
-
LOGGER_CLIENT
public static final String LOGGER_CLIENT
- See Also:
- Constant Field Values
-
LOGGER_CONFIG
public static final String LOGGER_CONFIG
- See Also:
- Constant Field Values
-
LOGGER_CLIENT_PROTOCOL
public static final String LOGGER_CLIENT_PROTOCOL
- See Also:
- Constant Field Values
-
LOGGER_REQUEST_RESPONSE
public static final String LOGGER_REQUEST_RESPONSE
- See Also:
- Constant Field Values
-
LOGGER_FULL_REQUEST_RESPONSE
public static final String LOGGER_FULL_REQUEST_RESPONSE
- See Also:
- Constant Field Values
-
-