| SimpleLoggingHook - may be used to setup quick logging for a server.
This will write log using
SimpleTextFormatter to
log\<ServerName>_%u%g.txt with maximum of 20 rolling files,
each of 1MB.
-Dorg.quickserver.util.logging.SimpleJDKLoggingHook.Level=FINE may
be used to control the logging level to file.
-Dorg.quickserver.util.logging.SimpleJDKLoggingHook.Count=20 may
be used to control the number of files to use.
author: Akshathkumar Shetty since: 1.4.6 |