peer2me.log
Class LogElementType
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
LogElementType
public LogElementType()