| Package | Description |
|---|---|
| org.gradle.logging.internal | |
| org.gradle.logging.internal.slf4j |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLoggingConfigurer |
class |
JavaUtilLoggingConfigurer
A
LoggingConfigurer which configures JUL to route logging events to SLF4J. |
class |
OutputEventRenderer
A
OutputEventListener implementation which renders output events to various
destinations. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultLoggingConfigurer.add(LoggingConfigurer configurer) |
| Constructor and Description |
|---|
DefaultLoggingConfigurer(LoggingConfigurer... configurers) |
DefaultLoggingManagerFactory(LoggingConfigurer loggingConfigurer,
LoggingOutputInternal loggingOutput,
LoggingSystem stdOutLoggingSystem,
LoggingSystem stdErrLoggingSystem) |
LoggingSystemAdapter(LoggingConfigurer configurer) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleSlf4jLoggingConfigurer
Simple configurer for slf4j, meant to be used in embedded mode,
in 'safe' environment (e.g.
|
class |
Slf4jLoggingConfigurer
A
LoggingConfigurer implementation which configures SLF4J to route logging
events to a OutputEventListener. |
Copyright © 2013. All rights reserved