final | |
---|---|
implements |
ConsoleMessageAttributesInterface |
uses |
HasMutator |
Message attributes
Methods | ||
---|---|---|
public
|
__construct(
MessageLevel::* $level,
ConsoleMessageType::* $type,
bool $isMsg1 = false,
bool $isMsg2 = false,
bool $isPrefix = false,
)
|
# |
public
|
withIsMsg1(bool $value = true): static
|
# |
public
|
withIsMsg2(bool $value = true): static
|
# |
public
|
withIsPrefix(bool $value = true): static
|
# |
Properties | |||
---|---|---|---|
public
|
MessageLevel::*
|
$Level
|
# |
public
|
ConsoleMessageType::*
|
$Type
|
# |
public
|
bool
|
$IsMsg1
|
# |
public
|
bool
|
$IsMsg2
|
# |
public
|
bool
|
$IsPrefix
|
# |