peer2me.log
Class LogElementType

java.lang.Object
  extended by peer2me.log.LogElementType

public abstract class LogElementType
extends java.lang.Object

Contains a set of properties to describe the actual LogElement.

Author:
Tommy Bjoernsgaard

Field Summary
static peer2me.log.Error ERROR
           
static peer2me.log.Information INFORMATION
           
static peer2me.log.Midlet MIDLET
           
static peer2me.log.Warning WARNING
           
 
Constructor Summary
LogElementType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFORMATION

public static final peer2me.log.Information INFORMATION

WARNING

public static final peer2me.log.Warning WARNING

ERROR

public static final peer2me.log.Error ERROR

MIDLET

public static final peer2me.log.Midlet MIDLET
Constructor Detail

LogElementType

public LogElementType()