- All Superinterfaces:
-
io.bootique.BQModule
class LogConfigModule
extends java.lang.Object
implements io.bootique.BQModule
Module for creating and configuring the loggers.
- Maven Group Identifier:
-
- Maven Artifact Identifier:
-
- Since:
-
Field Summary
Modifier and type |
Field and description |
public static val java.lang.String |
LOG_LONG_OPTION
Name of the command-line option. |
Modifier and type |
Field and description |
public static val java.lang.String |
LOG_LONG_OPTION
Name of the command-line option. |
Constructor Summary
Constructor and description |
new |
Action Summary
Field Details
- LOG_LONG_OPTION
-
public static val LOG_LONG_OPTION : java.lang.String = "log"
Name of the command-line option.
Constructor Details
- new
-
new
Action Details
- configure(Binder)
-
def configure(Binder)
- provideLogConfig(ConfigurationFactory,Injector)
-
def provideLogConfig(ConfigurationFactory,Injector) : LogConfig
Replies the instance of the logger configuration.
- Parameters:
-
configFactory -
injector -
- Returns:
-