br.ufsc.tlm.j2me.logging
Class Level

java.lang.Object
  extended bybr.ufsc.tlm.j2me.logging.Level

public class Level
extends java.lang.Object

Created on Aug 26, 2003

Author:
Eric Giguere Implemented by Thiago Lećo Moreira from the article "A Simple MIDP Logging Facility" avaiable in http://wireless.java.sun.com/midp/ttips/logging/

Field Summary
static Level FINE
           
static Level INFO
           
static Level OFF
           
static Level SEVERE
           
static Level WARNING
           
 
Method Summary
 int intValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FINE

public static final Level FINE

INFO

public static final Level INFO

WARNING

public static final Level WARNING

SEVERE

public static final Level SEVERE

OFF

public static final Level OFF
Method Detail

intValue

public int intValue()

toString

public java.lang.String toString()


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