|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Level | |
---|---|
com.google.gwt.libideas.logging.client | |
com.google.gwt.libideas.logging.server | |
com.google.gwt.libideas.logging.shared |
Uses of Level in com.google.gwt.libideas.logging.client |
---|
Methods in com.google.gwt.libideas.logging.client with parameters of type Level | |
---|---|
static java.lang.String |
DivLogHandler.formatMessage(java.lang.String message,
Level level,
java.lang.Throwable throwable)
|
void |
SimpleLogHandler.publish(java.lang.String message,
Level level,
java.lang.String category,
java.lang.Throwable e)
|
void |
GWTLogHandler.publish(java.lang.String message,
Level level,
java.lang.String category,
java.lang.Throwable e)
|
void |
TreeLogHandler.publish(java.lang.String message,
Level level,
java.lang.String category,
java.lang.Throwable e)
|
void |
ConsoleLogHandler.publish(java.lang.String message,
Level level,
java.lang.String category,
java.lang.Throwable e)
|
void |
FireBugLogHandler.publish(java.lang.String message,
Level level,
java.lang.String category,
java.lang.Throwable e)
|
void |
DivLogHandler.publish(java.lang.String message,
Level level,
java.lang.String category,
java.lang.Throwable throwable)
|
void |
RemoteLogHandler.publish(java.lang.String message,
Level level,
java.lang.String category,
java.lang.Throwable e)
|
void |
RemoteLoggingService.publish(java.lang.String message,
Level level,
java.lang.String category,
java.lang.Throwable e)
|
void |
RemoteLoggingServiceAsync.publish(java.lang.String message,
Level level,
java.lang.String category,
java.lang.Throwable e,
com.google.gwt.user.client.rpc.AsyncCallback callback)
|
Uses of Level in com.google.gwt.libideas.logging.server |
---|
Methods in com.google.gwt.libideas.logging.server with parameters of type Level | |
---|---|
void |
RemoteLoggingServiceImpl.publish(java.lang.String message,
Level level,
java.lang.String category,
java.lang.Throwable ex)
|
Uses of Level in com.google.gwt.libideas.logging.shared |
---|
Fields in com.google.gwt.libideas.logging.shared declared as Level | |
---|---|
static Level |
Level.ALL
ALL indicates that all messages should be logged. |
static Level |
Level.CONFIG
CONFIG is a message level for static configuration messages. |
static Level |
Level.FINE
FINE is a message level providing tracing information. |
static Level |
Level.FINER
FINER indicates a fairly detailed tracing message. |
static Level |
Level.FINEST
FINEST indicates a highly detailed tracing message. |
static Level |
Level.INFO
INFO is a message level for informational messages. |
static Level |
Level.OFF
OFF is a special level that can be used to turn off logging. |
static Level |
Level.SEVERE
SEVERE is a message level indicating a serious failure. |
static Level |
Level.WARNING
WARNING is a message level indicating a potential problem. |
Methods in com.google.gwt.libideas.logging.shared that return Level | |
---|---|
static Level |
Log.getDefaultLevel()
Get the default log level needed to publish messages. |
Level |
LogHandler.getLevel()
/** Get the log level specifying which messages will be logged by this Handler. |
static Level |
Log.parseLevel(java.lang.String levelName)
Return the correct level based on name. |
Methods in com.google.gwt.libideas.logging.shared with parameters of type Level | |
---|---|
protected java.lang.String |
LogHandler.format(java.lang.String message,
Level level,
java.lang.String category,
java.lang.Throwable e)
A standard way to present category and level information to string output. |
static boolean |
Log.isLoggable(Level level)
Check if a message of the given level would actually be logged by this logger. |
static void |
Log.log(java.lang.String msg,
Level level,
java.lang.String category,
java.lang.Throwable e)
Logs a message using a given level. |
void |
PrintStreamLogHandler.publish(java.lang.String string,
Level level,
java.lang.String category,
java.lang.Throwable e)
|
abstract void |
LogHandler.publish(java.lang.String message,
Level level,
java.lang.String category,
java.lang.Throwable e)
publish the message. |
void |
ArrayListLogHandler.publish(java.lang.String string,
Level level,
java.lang.String category,
java.lang.Throwable t)
|
static void |
Log.setDefaultLevel(Level newLevel)
Set the default log level specifying which message levels will be logged by this logger. |
void |
LogHandler.setLevel(Level newLevel)
Set the log level specifying which message levels will be logged by this Handler. |
static void |
Log.setLevel(java.lang.String category,
Level level)
Sets the level of a given logging category. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |