public class NLogFileHandler extends Object implements net.thevpc.nuts.log.NLogSPI
| Modifier and Type | Method and Description |
|---|---|
static NLogFileHandler |
create(net.thevpc.nuts.log.NLogConfig config,
boolean append,
Path logFolder) |
boolean |
isLoggable(Level level) |
void |
log(net.thevpc.nuts.text.NMsg message) |
void |
setLevel(Level level) |
public static NLogFileHandler create(net.thevpc.nuts.log.NLogConfig config, boolean append, Path logFolder) throws IOException, SecurityException
IOExceptionSecurityExceptionpublic void log(net.thevpc.nuts.text.NMsg message)
log in interface net.thevpc.nuts.log.NLoggerpublic boolean isLoggable(Level level)
isLoggable in interface net.thevpc.nuts.log.NLogSPIpublic void setLevel(Level level)
Copyright © 2026 vpc open source initiative. All rights reserved.