public interface ConsoleHandlerState extends ThreadIdToCommandIdMapper
GlobalStateManager
.Modifier and Type | Interface and Description |
---|---|
static interface |
ConsoleHandlerState.Writer |
Modifier and Type | Method and Description |
---|---|
Iterable<ConsoleHandlerState.Writer> |
getAllAvailableWriters() |
Level |
getLogLevel(String commandId) |
ConsoleHandlerState.Writer |
getWriter(String commandId) |
threadIdToCommandId
ConsoleHandlerState.Writer getWriter(String commandId)
Iterable<ConsoleHandlerState.Writer> getAllAvailableWriters()