Package com.swiftmq.tools.log
Class LogValue
java.lang.Object
com.swiftmq.tools.log.LogValue
- All Implemented Interfaces:
Serializable
LogValue beinhaltet die zu loggenden Informationen, bestehend aus Source, Level und der
entsprechenden Message.
- Version:
- 1.0
- Author:
- Andreas Mueller, IIT GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INFORMATION
public static final int INFORMATION- See Also:
-
WARNING
public static final int WARNING- See Also:
-
ERROR
public static final int ERROR- See Also:
-
-
Constructor Details
-
LogValue
Erzeugt ein neues LogValu- Parameters:
source
-level
-message
-
-
-
Method Details