Interface StatisticsLoggerService
-
- All Superinterfaces:
WebswingService
- All Known Implementing Classes:
StatisticsLoggerServiceImpl
public interface StatisticsLoggerService extends WebswingService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatisticsLoggercreateLogger()StatisticsLoggergetServerLogger()-
Methods inherited from interface org.webswing.server.base.WebswingService
start, stop
-
-
-
-
Method Detail
-
createLogger
StatisticsLogger createLogger()
-
getServerLogger
StatisticsLogger getServerLogger()
-
-