Java com.google.gwt.gen2.logging.shared Level fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gen2.logging.shared Level fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gen2.logging.shared Level.

The text is from its open source code.

Field

LevelOFF
OFF is a special level that can be used to turn off logging.
LevelINFO
INFO is a message level for informational messages.
LevelALL
ALL indicates that all messages should be logged.

Method

StringgetName()
Gets the name of the level.