| Constructor and Description |
|---|
DefaultNLog(String name,
NLogSPI logSPI,
DefaultNLogModel model,
boolean custom) |
| Modifier and Type | Method and Description |
|---|---|
Filter |
getFilter() |
String |
getName() |
boolean |
isCustom() |
boolean |
isLoggable(Level level) |
void |
log(Level level,
Supplier<NMsg> msgSupplier) |
void |
log(NMsg msg) |
void |
log(NMsgBuilder msg) |
NLog |
scoped() |
void |
updateSPI(NLogSPI logSPI) |
public DefaultNLog(String name, NLogSPI logSPI, DefaultNLogModel model, boolean custom)
public boolean isCustom()
public void updateSPI(NLogSPI logSPI)
public void log(NMsgBuilder msg)
public Filter getFilter()
public boolean isLoggable(Level level)
isLoggable in interface NLogpublic void log(NMsg msg)
Copyright © 2026 vpc open source initiative. All rights reserved.