|
QuickServer v1.4.7 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.quickserver.util.logging.SimpleJDKLoggingHook
SimpleLoggingHook - may be used to setup quick logging for a server.
This will write log usingSimpleTextFormatter
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.
Constructor Summary | |
SimpleJDKLoggingHook()
|
Method Summary | |
void |
handleInit(QuickServer quickserver)
Method called to perform any initialisation |
java.lang.String |
info()
Information about the server hook. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleJDKLoggingHook()
Method Detail |
public java.lang.String info()
InitServerHook
info
in interface InitServerHook
public void handleInit(QuickServer quickserver) throws java.lang.Exception
InitServerHook
handleInit
in interface InitServerHook
quickserver
- is the server to which hook belongs to.
java.lang.Exception
|
QuickServer v1.4.7 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |