| パッケージ | 説明 |
|---|---|
| org.dbflute.tomcat | |
| org.dbflute.tomcat.logging |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Consumer<TomcatLoggingOption> |
TomcatBoot.loggingOptionCall |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
TomcatBoot |
TomcatBoot.logging(String loggingFile,
Consumer<TomcatLoggingOption> opLambda)
You can set tomcat logging by application properties.
|
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Consumer<TomcatLoggingOption> |
BootLogger.loggingOptionCall |
protected Consumer<TomcatLoggingOption> |
ServerLoggingLoader.loggingOptionCall |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
TomcatLoggingOption |
TomcatLoggingOption.ignoreNoFile() |
TomcatLoggingOption |
TomcatLoggingOption.replace(String key,
String value) |
| コンストラクタと説明 |
|---|
BootLogger(String loggingFile,
Consumer<TomcatLoggingOption> loggingOptionCall,
Properties configProps) |
ServerLoggingLoader(String loggingFile,
Consumer<TomcatLoggingOption> loggingOptionCall,
Properties configProps,
Consumer<String> coreLogger) |
Copyright © 2015–2023 The DBFlute Project. All rights reserved.