gwt-log icon indicating copy to clipboard operation
gwt-log copied to clipboard

Make RemoteLoggerServlet more expansible

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

I wanted to add my own logger on the Serverside. To do this, i wanted to 
override the RemoteLoggerServlet.

Problem is, that i only can override the log(ArrayList...) Method, where some 
deobfuscation stuff is done. These Methods are private, so i cant use that 
feature without copying the complete class.

To make this easy you should extract the Log.log call inside the 
log(Arraylist...) to a separate "protected void log(LogRecord record)" Method.


Thanks

Original issue reported on code.google.com by [email protected] on 12 Jul 2012 at 9:40

GoogleCodeExporter avatar Mar 13 '15 18:03 GoogleCodeExporter