Class ConsoleHttpServerLogger
java.lang.Object
com.github.toolarium.network.server.logger.impl.ConsoleHttpServerLogger
- All Implemented Interfaces:
IHttpServerLogger
Implements the
IHttpServerLogger.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConsoleHttpServerLogger
public ConsoleHttpServerLogger()Constructor for ConsoleHttpServerLogger
-
-
Method Details
-
logInfo
Description copied from interface:IHttpServerLoggerLog an information- Specified by:
logInfoin interfaceIHttpServerLogger- Parameters:
info- the information to log- See Also:
-
logWarn
Description copied from interface:IHttpServerLoggerLog a warn information- Specified by:
logWarnin interfaceIHttpServerLogger- Parameters:
info- the warn information to loge- the exception or null- See Also:
-
logError
Description copied from interface:IHttpServerLoggerLog a error information- Specified by:
logErrorin interfaceIHttpServerLogger- Parameters:
info- the error information to loge- the exception or null- See Also:
-
formatLog
Format log- Parameters:
info- the info- Returns:
- the preapread log
-