Uses of Class
br.ufsc.tlm.j2me.logging.Level

Uses of Level in br.ufsc.tlm.j2me.logging
 

Fields in br.ufsc.tlm.j2me.logging declared as Level
static Level Level.FINE
           
static Level Level.INFO
           
static Level Level.WARNING
           
static Level Level.SEVERE
           
static Level Level.OFF
           
 

Methods in br.ufsc.tlm.j2me.logging that return Level
 Level Logger.getLevel()
          Get this logger's level, which may be null.
 

Methods in br.ufsc.tlm.j2me.logging with parameters of type Level
 boolean Logger.isLoggable(Level test)
          Test whether the given level is loggable according to this Logger.
 void Logger.log(Level level, java.lang.String msg)
          Log a message using the given level.
 void Logger.log(Level level, java.lang.String msg, java.lang.Throwable e)
          Log a message using the given level including optional exception information.
 void Logger.setLevel(Level level)
          Sets the logger's level.
 



Copyright © 2003 Federal University of Santa Catarina. All Rights Reserved.