public class LoggerMessage extends Object
| Constructor and Description |
|---|
LoggerMessage(String msg)
Instantiates a new logger message.
|
LoggerMessage(String msg,
boolean contextAware)
Instantiates a new logger message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMsg()
Gets the msg.
|
boolean |
isContextAware()
Checks if is context aware.
|
public LoggerMessage(String msg)
msg - the msgpublic LoggerMessage(String msg, boolean contextAware)
msg - the msgcontextAware - the context awarepublic boolean isContextAware()
public String getMsg()
Copyright © 2021. All rights reserved.