Class LogDispatcher
java.lang.Object
ch.autumo.beetroot.server.modules.log.LogDispatcher
- All Implemented Interfaces:
Dispatcher
Log Extended Dispatcher.
Add the following server configuration parameter:
dispatcher_probe=ch.autumo.beetroot.server.modules.log.LogDispatcher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondispatch(ServerCommand serverCommand) Dispatch server command and deliver an answer for the client.getId()Returns an unique ID for this dispatcher.
-
Field Details
-
LOG
protected static final org.slf4j.Logger LOG -
ID
Unique ID- See Also:
-
-
Constructor Details
-
LogDispatcher
public LogDispatcher()
-
-
Method Details
-
getId
Description copied from interface:DispatcherReturns an unique ID for this dispatcher.- Specified by:
getIdin interfaceDispatcher- Returns:
- unique ID
-
dispatch
Description copied from interface:DispatcherDispatch server command and deliver an answer for the client.- Specified by:
dispatchin interfaceDispatcher- Parameters:
serverCommand- server command- Returns:
- client answer
-