java.util.logging to SLF4J Configuration

Packages a logging.properties that simply registers the SLF4JBridgeHandler as the sole handler, effectively redirecting all j.u.l log statements to SLF4J. See http://www.slf4j.org/legacy.html#jul-to-slf4j for further details.

License

License

Categories

Categories

config Application Layer Libs Configuration SLF4J Logging
GroupId

GroupId

uk.org.lidalia
ArtifactId

ArtifactId

jul-to-slf4j-config
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

java.util.logging to SLF4J Configuration
Packages a logging.properties that simply registers the SLF4JBridgeHandler as the sole handler, effectively redirecting all j.u.l log statements to SLF4J. See http://www.slf4j.org/legacy.html#jul-to-slf4j for further details.

Download jul-to-slf4j-config

How to add to project

<!-- https://jarcasting.com/artifacts/uk.org.lidalia/jul-to-slf4j-config/ -->
<dependency>
    <groupId>uk.org.lidalia</groupId>
    <artifactId>jul-to-slf4j-config</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.lidalia/jul-to-slf4j-config/
implementation 'uk.org.lidalia:jul-to-slf4j-config:1.0.0'
// https://jarcasting.com/artifacts/uk.org.lidalia/jul-to-slf4j-config/
implementation ("uk.org.lidalia:jul-to-slf4j-config:1.0.0")
'uk.org.lidalia:jul-to-slf4j-config:jar:1.0.0'
<dependency org="uk.org.lidalia" name="jul-to-slf4j-config" rev="1.0.0">
  <artifact name="jul-to-slf4j-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.lidalia', module='jul-to-slf4j-config', version='1.0.0')
)
libraryDependencies += "uk.org.lidalia" % "jul-to-slf4j-config" % "1.0.0"
[uk.org.lidalia/jul-to-slf4j-config "1.0.0"]

Dependencies

runtime (1)

Group / Artifact Type Version
org.slf4j : jul-to-slf4j jar 1.6.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0