public class NBootMsg extends Object
| Modifier and Type | Method and Description |
|---|---|
NBootMsg |
asConfig() |
NBootMsg |
asFine() |
NBootMsg |
asFiner() |
NBootMsg |
asFinest() |
NBootMsg |
asInfo() |
NBootMsg |
asSevere() |
NBootMsg |
asWarning() |
boolean |
equals(Object o) |
String |
getCodeLang() |
String |
getFormat() |
Level |
getLevel() |
Object |
getMessage() |
Object[] |
getParams() |
int |
hashCode() |
static NBootMsg |
ofC(String message) |
static NBootMsg |
ofC(String message,
NBootMsgParam... params) |
static NBootMsg |
ofC(String message,
Object... params) |
static NBootMsg |
ofPlain(String message) |
static NBootMsg |
ofV(String message,
Function<String,?> vars) |
static NBootMsg |
ofV(String message,
Map<String,?> vars) |
static NBootMsg |
ofV(String message,
NBootMsgParam... params) |
String |
toString() |
NBootMsg |
withLevel(Level level) |
public static final Object[] NO_PARAMS
public static NBootMsg ofV(String message, NBootMsgParam... params)
public static NBootMsg ofC(String message, NBootMsgParam... params)
public String getFormat()
public Object getMessage()
public Object[] getParams()
public String getCodeLang()
public Level getLevel()
public NBootMsg asSevere()
public NBootMsg asInfo()
public NBootMsg asConfig()
public NBootMsg asWarning()
public NBootMsg asFinest()
public NBootMsg asFine()
public NBootMsg asFiner()
Copyright © 2026 vpc open source initiative. All rights reserved.