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

Example usage for Java com.google.gwt.gen2.logging.shared Log 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 Log.

The text is from its open source code.

Method

voidaddLogHandler(LogHandler handler)
Add a log handler to receive all logging messages.
voidinfo(String message)
Log an Level#INFO message.
booleanisLoggingMinimal()
Is the logging system in minimal mode?
booleanisLoggingSupported()
Is any form of Logging supported?
IteratorlevelIterator()
Returns an iterator of all currently defined levels.
voidsetDefaultLevel(Level newLevel)
Set the default log level specifying which message levels will be logged by this logger.
voidsevere(String message)
Log a Level#SEVERE message.
voidwarning(String message)
Log a Level#WARNING message.