Hi,

I'm trying to get all logs in Client-side in the Server-side but it
does not work and i don't know why...here my sources:

in gwt.xml :
  <!-- Logger -->
  <inherits name="com.allen_sauer.gwt.log.gwt-log-DEBUG" />
  <set-property name="log_RemoteLogger" value="ENABLED" />

in my application (Client-side) :
            RemoteLogger  remoteLog = new RemoteLogger();
            remoteLog.log(new LogRecord("m", Log.LOG_LEVEL_DEBUG, "Hello
World", null));

Could you please help me ?
If you could give me an example, it would be great !!!!

Bye
Erick

-- 
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.

Reply via email to