| Package | Description |
|---|---|
| biz.massivedynamics.modger.message |
| Modifier and Type | Method and Description |
|---|---|
MessageType |
Message.getType()
Gets this message's type
|
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Message.setType(MessageType type)
Sets the message type
|
| Constructor and Description |
|---|
Message(Logger logger,
String message,
MessageType type)
Creates a new log message
|
Copyright © 2012 Massive Dynamics. All Rights Reserved.