selectSlf4JBinding(Object notation)
| Value must be an Slf4J binding implementation known by the plugin: org.slf4j:slf4j-simple, org.slf4j:slf4j-log4j12, org.slf4j:slf4j-jcl, org.slf4j:slf4j-jdk14, ch.qos.logback:logback-classic or org.apache.logging.log4j:log4j-slf4j-impl | Configures the provided Slf4J binding for selection, configuring related capabilities if needed |
selectSlf4JBinding(String configurationName, Object notation)
| A dependency configuration name, that canBeResolved=true
A notation as above | Configures the provided Slf4J binding for selection, configuring related capabilities if needed, only for the provided dependency configuration |
selectLog4J12Implementation(Object notation)
| Value must be a Log4J 1.2 implementation known by the plugin: org.slf4j:log4j-over-slf4j, org.apache.logging.log4j:log4j-1.2-api, log4:log4j or org.slf4j:slf4j-log4j12 | Configures the provided Log4J 1.2 implementation for selection, configuring related capabilities if needed |
selectLog4J12Implementation(String configurationName, Object notation)
| A dependency configuration name, that canBeResolved=true
A notation as above | Configures the provided Log4J 1.2 implementation for selection, configuring related capabilities if needed, only for the provided dependency configuration |
selectJulDelegation(Object notation)
| Value must be a java.util.logging interceptor or binding known by the plugin: org.slf4j:jul-to-slf4j, org.slf4j:slf4j-jdk14 or org.apache.logging.log4j:log4j-jul | Configures the provided JUL integration of binding for selection, configuring related capabilities if needed |
selectJulDelegation(String configurationName, Object notation)
| A dependency configuration name, that canBeResolved=true
A notation as above | Configures the provided JUL integration for selection, configuring related capabilities if needed, only for the provided dependency configuration |
selectJCLImplementation(Object notation)
| Value must be a Apache Commons Logging interceptor or binding known by the plugin: org.slf4j:jcl-over-slf4j, commons-logging:commons-logging, org.slf4j:slf4j-jcl or org.apache.logging.log4j:log4j-jcl | Configures the provided commons logging interceptor or binding for selection, configuring related capabilities if needed |
selectJCLImplementation(String configurationName, Object notation)
| A dependency configuration name, that canBeResolved=true
A notation as above | Configures the provided commons logging interceptor or binding for selection, configuring related capabilities if needed, only for the provided dependency configuration |
selectSlf4JLog4J2Interaction(Object notation)
| Value must be a Log4J 2 module for Slf4J interaction known by the plugin: org.apache.logging.log4j:log4j-to-slf4j or org.apache.logging.log4j:log4j-slf4j-impl | Configures the Log4J 2 / Slf4J integration, configuring related capabilities if needed |
selectSlf4JLog4J2Interaction(Sting configurationName, Object notation)
| A dependency configuration name, that canBeResolved=true
A notation as above | Configures the Log4J 2 / Slf4J integration, configuring related capabilities if needed, only for the provided dependency configuration |