public class NBootLogConfig extends Object implements Serializable, Cloneable
| Modifier and Type | Field and Description |
|---|---|
static NBootLogConfig |
BLANK |
| Constructor and Description |
|---|
NBootLogConfig() |
NBootLogConfig(NBootLogConfig other,
boolean readOnly) |
| Modifier and Type | Method and Description |
|---|---|
NBootLogConfig |
copy() |
boolean |
equals(Object o) |
String |
getLogFileBase()
Log File Base directory
|
int |
getLogFileCount()
Log File rotation count
|
Level |
getLogFileLevel() |
String |
getLogFileName()
Log File Name pattern
|
int |
getLogFileSize()
Log File Size in Mega Bytes
|
Level |
getLogTermLevel() |
int |
hashCode() |
NBootLogConfig |
readOnly() |
NBootLogConfig |
setLogFileBase(String logFileBase)
update Log File Base directory
|
NBootLogConfig |
setLogFileCount(int logFileCount)
update Log File rotation count
|
NBootLogConfig |
setLogFileLevel(Level logFileLevel) |
NBootLogConfig |
setLogFileName(String logFileName)
update Log File Name pattern
|
NBootLogConfig |
setLogFileSize(int logFileSize)
update Log File Size in Mega Bytes
|
NBootLogConfig |
setLogTermLevel(Level logTermLevel) |
String |
toString() |
public static NBootLogConfig BLANK
public NBootLogConfig()
public NBootLogConfig(NBootLogConfig other, boolean readOnly)
public Level getLogFileLevel()
public NBootLogConfig setLogFileLevel(Level logFileLevel)
public Level getLogTermLevel()
public NBootLogConfig setLogTermLevel(Level logTermLevel)
public int getLogFileSize()
public NBootLogConfig setLogFileSize(int logFileSize)
logFileSize - Log File Size in Mega Bytesthis instancepublic int getLogFileCount()
public NBootLogConfig setLogFileCount(int logFileCount)
logFileCount - Log File rotation countthis instancepublic String getLogFileName()
public NBootLogConfig setLogFileName(String logFileName)
logFileName - Log File Name patternthis instancepublic String getLogFileBase()
public NBootLogConfig setLogFileBase(String logFileBase)
logFileBase - Log File Base directorythis instancepublic NBootLogConfig copy()
public NBootLogConfig readOnly()
Copyright © 2026 vpc open source initiative. All rights reserved.