Hi Bernd, Currently the PrinterLogHandler is not really that useful for sub-classing, as the only thing you could do is to override the onLog() method, which is the only method in the LogHandler interface. But I do agree making having a base LogHandler (or turing PrinterLogHandler to that) is useful. E.g. we could have a predefined format() method for sub-class to override to alter log formatting. Thoughts?
Terence On Tue, Jan 14, 2014 at 6:22 AM, Bernd Fondermann <[email protected]> wrote: > Hi, > > In order to quickly have a working LogHandler implementation, subclassing > PrinterLogHandler would have been great. However, this class is marked as > "final". > I suggest to un-finalize this class. WDYT? > > Bernd
