is not current version
Last Version 1.3.6

org.tinylog:log4j-facade 1.0.1

Log4j Facade is a Log4j-compatible logging API for tinylog

Categories

Categories

tinylog Application Layer Libs Logging
GroupId

GroupId

org.tinylog
ArtifactId

ArtifactId

log4j-facade
Version

Version

1.0.1
Type

Type

jar

Download log4j-facade 1.0.1


<!-- https://jarcasting.com/artifacts/org.tinylog/log4j-facade/ -->
<dependency>
    <groupId>org.tinylog</groupId>
    <artifactId>log4j-facade</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinylog/log4j-facade/
implementation 'org.tinylog:log4j-facade:1.0.1'
// https://jarcasting.com/artifacts/org.tinylog/log4j-facade/
implementation ("org.tinylog:log4j-facade:1.0.1")
'org.tinylog:log4j-facade:jar:1.0.1'
<dependency org="org.tinylog" name="log4j-facade" rev="1.0.1">
  <artifact name="log4j-facade" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinylog', module='log4j-facade', version='1.0.1')
)
libraryDependencies += "org.tinylog" % "log4j-facade" % "1.0.1"
[org.tinylog/log4j-facade "1.0.1"]