Example usage for com.google.gwt.gen2.logging.shared DefaultClientLogHandler interface-usage

List of usage examples for com.google.gwt.gen2.logging.shared DefaultClientLogHandler interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.gen2.logging.shared DefaultClientLogHandler interface-usage.

Usage

From source file com.google.gwt.gen2.demo.simplelogging.client.SimpleLoggingDemo.java

/**
 * Simple logging demo to show how logging is not restricted to gwt user code.
 */
public class SimpleLoggingDemo implements DefaultClientLogHandler, EntryPoint {

    /**