You can always create your own servlet to capture the logs from the client and do with them what you like.
On Wed, Jan 11, 2012 at 5:32 PM, the.wizard <[email protected]> wrote: > Dear Fred, > I have tried to change the log pattern for remote logger, but it > didn't worked out as I expected... In the server side log, I use log4j > to write the remote logger log to a file. In the client code, I try to > log something using a custom category (log4j category that I defined > myself in the log4j properties file), but the remote logger always end > up saving the log using the "gwt-log" category, since it was hard > coded in the gwt-log code for log4jimplementation, when the logger > initialized. I need to define it using a custom category so I can > write the log from remote logger in to different file log in server. > Please kindly advice me. > Thanks. > > Regards, > Willy > > On Jan 7, 5:54 am, Fred Sauer <[email protected]> wrote: > > Sure: > > http://code.google.com/p/gwt-log/wiki/GettingStarted > > > > > > > > > > > > > > > > > > > > On Fri, Dec 30, 2011 at 2:07 AM, the.wizard <[email protected]> > wrote: > > > Hi, > > > I want to know if there any way to change the log pattern of remote > > > logger. What I need now is to separate the log pattern for server code > > > and the log pattern for the remote logger (which is written in the > > > same file log), so the log file will be more easy to read (we can know > > > which is from the server code and which is from the remote logger). > > > Thanks. > > > > > Regards, > > > the.wizard > > > > > -- > > > 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. > > > > -- > > Fred Sauer > > [email protected] > > -- > 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. > > -- Fred Sauer [email protected] -- 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.
