public class

Level

extends Object
java.lang.Object
   ↳ com.microstrategy.utils.log.Level

Summary

Fields
public static final Level ALL
public static final Level CONFIG
public static final Level FINE
public static final Level FINER
public static final Level FINEST
public static final Level INFO
public static final Level OFF
public static final Level SEVERE
public static final Level WARNING
Public Methods
boolean equals(Object o)
String getName()
int hashCode()
Returns the hash code.
int intValue()
static Level parse(String levelName)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Level ALL

public static final Level CONFIG

public static final Level FINE

public static final Level FINER

public static final Level FINEST

public static final Level INFO

public static final Level OFF

public static final Level SEVERE

public static final Level WARNING

Public Methods

public boolean equals (Object o)

public String getName ()

public int hashCode ()

Returns the hash code.

Returns
  • hash code of this object.

public int intValue ()

public static Level parse (String levelName)

Throws
IllegalArgumentException

public String toString ()