public class BootLogger extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Properties |
configProps |
protected Logger |
logger |
protected String |
loggingFile |
protected Consumer<TomcatLoggingOption> |
loggingOptionCall |
| コンストラクタと説明 |
|---|
BootLogger(String loggingFile,
Consumer<TomcatLoggingOption> loggingOptionCall,
Properties configProps) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected ServerLoggingLoader |
createServerLoggingLoader() |
void |
info(String msg) |
protected void |
println(String msg) |
protected final String loggingFile
protected final Consumer<TomcatLoggingOption> loggingOptionCall
protected final Properties configProps
protected final Logger logger
public BootLogger(String loggingFile, Consumer<TomcatLoggingOption> loggingOptionCall, Properties configProps)
protected ServerLoggingLoader createServerLoggingLoader()
public void info(String msg)
protected void println(String msg)
Copyright © 2015–2023 The DBFlute Project. All rights reserved.