Package | Description |
---|---|
de.dhbwstuttgart.core | |
de.dhbwstuttgart.logger | |
plugindevelopment | |
plugindevelopment.TypeInsertTests |
Modifier and Type | Method and Description |
---|---|
static MyCompilerAPI |
MyCompiler.getAPI(LoggerConfiguration loggerConfig)
Author: Jörg Bäuerle
Stellt eine neue Instanz der CompilerAPI zur Verf�gung. |
Modifier and Type | Field and Description |
---|---|
private static LoggerConfiguration |
Logger.standardConfiguration |
Modifier and Type | Method and Description |
---|---|
LoggerConfiguration |
LoggerConfiguration.setOutput(Section forSection,
java.io.PrintStream output) |
Modifier and Type | Method and Description |
---|---|
void |
LoggerConfiguration.mergeConfiguration(LoggerConfiguration config) |
static void |
Logger.setStandardConfiguration(LoggerConfiguration config)
wird hier null übergeben, so wird sämtliches Logging unterdrückt.
|
Constructor and Description |
---|
Logger(java.lang.String name,
LoggerConfiguration config) |
Modifier and Type | Field and Description |
---|---|
private static LoggerConfiguration |
TypeInsertTester.logConfig |
Modifier and Type | Field and Description |
---|---|
(package private) static LoggerConfiguration |
MultipleTypesInsertTester.logConfig |
Modifier and Type | Method and Description |
---|---|
static void |
MultipleTypesInsertTester.test(java.lang.String sourceFileToInfere,
Menge<java.lang.String> mustContain,
LoggerConfiguration additionalConfig) |