List of usage examples for com.google.gwt.logging.shared RemoteLoggingService interface-usage
From source file com.ephesoft.gxt.core.server.service.impl.logging.EphesoftRemoteLoggingServiceImpl.java
/**
* Remote Service which is responsible for remote logging.
*
* <p>
* GWT emulates {@link Logger} at the client side. This is an implementation which will emulate all the client side logs with their
* Ephesoft's Logger representation, which is being used for logging through-out the application. .
From source file de.uni_koeln.spinfo.maalr.webapp.util.Slf4JRemoteLoggingService.java
/**
* Helper class to collect log messages from the client.
*
* TODO: When in production, remote logging must be disabled by
* a) removing the servlet declaration in web.xml and
* b) remove the logging setup in the GWT modules.
From source file de.uni_koeln.spinfo.wafs.gwt.server.WafsRemoteLoggingService.java
/**
* Helper class to collect log messages from the client.
*
* TODO: When in production, remote logging must be disabled by
* a) removing the servlet declaration in web.xml and
* b) remove the logging setup in the GWT modules.
From source file org.broadleafcommerce.common.logging.Log4JRemoteGwtLoggingService.java
/** * Converts a java util logging logRecord into a commmons logging event */ @Service("blLog4JRemoteGwtLoggingService") public class Log4JRemoteGwtLoggingService implements RemoteLoggingService {
From source file org.broadleafcommerce.common.logging.Log4JRemoteGwtLoggingServlet.java
/** * Converts a java util logging logRecord into a commmons logging event * * @deprecated Use Log4JRemoteGwtLoggingService instead */ public class Log4JRemoteGwtLoggingServlet extends RemoteServiceServlet implements RemoteLoggingService {
From source file org.geomajas.quickstart.mobile.server.RemoteSLF4j.java
/** * Created by dosib on 21/03/14. * * @author Dosi Bingov */ public class RemoteSLF4j extends RemoteServiceServlet implements RemoteLoggingService {
From source file org.homedns.mkh.dataservice.server.AbstractRemoteLoggingService.java
/**
* Remote logging service implementation.
* Usage:
* <pre>
* 1. switch on logging and define logging parameters in your-gwt-module-name.gwt.xml (remote logging, log level etc.):
* <inherits name="com.google.gwt.logging.Logging" />
From source file org.myboulderlog.server.servlet.RemoteLoggingServlet.java
/** * Server side code for the remote log handler. */ @Singleton public class RemoteLoggingServlet extends RemoteServiceServlet implements RemoteLoggingService { private static Logger logger = LoggerFactory.getLogger(RemoteLoggingServlet.class.getName());
From source file org.unitime.timetable.gwt.server.UniTimeRemoteLoggingService.java
/** * @author Tomas Muller */ public class UniTimeRemoteLoggingService extends RemoteServiceServlet implements RemoteLoggingService { private static Logger sLogger = Logger.getLogger(UniTimeRemoteLoggingService.class); private static final long serialVersionUID = 1L;
From source file pl.softech.learning.gwtp.simple.server.spring.RemoteLoggingHandler.java
/** * @author Sawomir led <slawomir.sledz@sof-tech.pl> * @since 1.0 */ @Component("remoteLogging") public class RemoteLoggingHandler extends RemoteServiceServlet