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