Example usage for com.google.gwt.logging.client FirebugLogHandler subclass-usage

List of usage examples for com.google.gwt.logging.client FirebugLogHandler subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.logging.client FirebugLogHandler subclass-usage.

Usage

From source file com.seanchenxi.gwt.logging.core.handler.SCXFirebugLogHandler.java

public class SCXFirebugLogHandler extends FirebugLogHandler {

    public SCXFirebugLogHandler() {
        setFormatter(new PatternFormatter());
        setLevel(Level.ALL);
    }