Package | Description |
---|---|
sirius.kernel |
Provides the main setup classes for the SIRIUS kernel.
|
Modifier and Type | Method and Description |
---|---|
static Setup |
Sirius.getSetup()
Provides access to the setup instance which was used to configure Sirius.
|
Setup |
Setup.withConsoleLogFormat(String format)
Specifies the pattern used to format log messages in the console.
|
Setup |
Setup.withDefaultLogLevel(org.apache.log4j.Level level)
Used to set the default log level used by the root logger.
|
Setup |
Setup.withFileLogFormat(String format)
Specifies the pattern used to format log messages in the log file.
|
Setup |
Setup.withLogToConsole(boolean flag)
Overwrites the settings for the console appender.
|
Setup |
Setup.withLogToFile(boolean flag)
Overwrites the settings for the file appender.
|
Modifier and Type | Method and Description |
---|---|
static void |
Sirius.start(Setup setup)
Initializes the framework.
|
Copyright © 2018. All rights reserved.