Methods |
public
|
getLevel(): int
Get the message level
|
#
|
public
|
getType(): int
Get the message type
|
#
|
public
|
isMsg1(): bool
Check if the instance applies to the first part of a message
Check if the instance applies to the first part of a message
Implements
|
#
|
public
|
isMsg2(): bool
Check if the instance applies to the second part of a message
Check if the instance applies to the second part of a message
Implements
|
#
|
public
|
isPrefix(): bool
Check if the instance applies to a message prefix
Check if the instance applies to a message prefix
Implements
|
#
|
public
|
withMsg1()
Get an instance that applies to the first part of a message
Get an instance that applies to the first part of a message
Implements
|
#
|
public
|
withMsg2()
Get an instance that applies to the second part of a message
Get an instance that applies to the second part of a message
Implements
|
#
|
public
|
withPrefix()
Get an instance that applies to a message prefix
Get an instance that applies to a message prefix
Implements
|
#
|