Martin, Sounds like you're trying to use the gwt-log jar file directly for development. That won't work because of the method signatures in the *.class files in the jar (which are different from the *.java files).
However, if you grab the gwt-log source code directly from Subversion you should be able to make your changes as expected. http://code.google.com/p/gwt-log/source/checkout Fred Sauer [EMAIL PROTECTED] On Tue, Nov 18, 2008 at 7:10 AM, maku <[EMAIL PROTECTED]> wrote: > > Because of few controlling possibilities for DivLogger I would like to > write my own (GXT based) UI implementation of a logger. > > So I thought the best way woud be to extend AbstractLogger. But I'm > not able to implement/override methods. > > When I try to implement the log method (-> abstract void log(int > logLevel, String message) ) I get the error "Cannot override the final > methods from AbstractLogger " -> I've no idea why this error occurs > because of the method is defined abstract. I get the same message when > I try to override the public methods. > > Can you explain what's wrong with my approach??? > > TIA > Martin > > On 17 Nov., 18:28, "Fred Sauer" <[EMAIL PROTECTED]> wrote: > > What specifically would you like to see changed in order to support your > own > > loggers? > > > > Fred Sauer > > [EMAIL PROTECTED] > > > > On Mon, Nov 17, 2008 at 9:47 AM, maku <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > I would like to write my own logger implementation. > > > > > But the structure of the existing loggers prevent writing my own. > > > > > Is there anything planned to support this. > > > > > TIA > > > > > Martin > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-log" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/gwt-log?hl=en -~----------~----~----~----~------~----~------~--~---
