MjSip Stack
v1.6

org.zoolu.tools
Class LogLevel

java.lang.Object
  |
  +--org.zoolu.tools.LogLevel

public class LogLevel
extends java.lang.Object

LogLevel provides a set of static log levels that can be used as default.


Field Summary
static int HIGH
          Default level for hight priority logs.
static int LOW
          Default level for low priority logs.
static int LOWER
          Default level for very low priority logs.
static int MEDIUM
          Default level for medium priority logs.
 
Constructor Summary
LogLevel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HIGH

public static final int HIGH
Default level for hight priority logs.

MEDIUM

public static final int MEDIUM
Default level for medium priority logs.

LOW

public static final int LOW
Default level for low priority logs.

LOWER

public static final int LOWER
Default level for very low priority logs.
Constructor Detail

LogLevel

public LogLevel()

MjSip Stack
v1.6