org.broadleafcommerce.common.logging
Class Log4JRemoteGwtLoggingService

java.lang.Object
  extended by org.broadleafcommerce.common.logging.Log4JRemoteGwtLoggingService
All Implemented Interfaces:
com.google.gwt.logging.shared.RemoteLoggingService, com.google.gwt.user.client.rpc.RemoteService

@Service(value="blLog4JRemoteGwtLoggingService")
public class Log4JRemoteGwtLoggingService
extends Object
implements com.google.gwt.logging.shared.RemoteLoggingService

Converts a java util logging logRecord into a commmons logging event


Constructor Summary
Log4JRemoteGwtLoggingService()
           
 
Method Summary
 String logOnServer(LogRecord record)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4JRemoteGwtLoggingService

public Log4JRemoteGwtLoggingService()
Method Detail

logOnServer

public String logOnServer(LogRecord record)
Specified by:
logOnServer in interface com.google.gwt.logging.shared.RemoteLoggingService


Copyright © 2013. All Rights Reserved.