Example usage for com.google.gwt.logging.server RemoteLoggingServiceImpl RemoteLoggingServiceImpl

List of usage examples for com.google.gwt.logging.server RemoteLoggingServiceImpl RemoteLoggingServiceImpl

Introduction

In this page you can find the example usage for com.google.gwt.logging.server RemoteLoggingServiceImpl RemoteLoggingServiceImpl.

Prototype

RemoteLoggingServiceImpl

Source Link

Usage

From source file:com.lofidewanto.demo.server.DemoGwtSpringbootApplication.java

License:Apache License

@Bean
public ServletRegistrationBean servletRegistrationBean() {
    return new ServletRegistrationBean(new RemoteLoggingServiceImpl(),
            DemoGwtServiceEndpoint.GWT_REMOTE_LOGGING + "/*");
}