* Jetty Logger: Put a note in wrapper log saying where the logs went

This commit is contained in:
zzz
2012-03-10 21:51:20 +00:00
parent 528ef4dd1a
commit 7bd83f83ed

View File

@@ -33,6 +33,11 @@ public class I2PLogger implements Logger
StringBuilder _buffer = new StringBuilder();
static {
// So people don't wonder where the logs went
System.out.println("INFO: Jetty " + Server.getVersion() + " logging to I2P logs using class " + Server.class.getName());
}
public I2PLogger()
{
this(I2PAppContext.getGlobalContext());