License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs SLF4J |
GroupId | GroupIdorg.beigesoft |
ArtifactId | ArtifactIdbeige-logging-slf4j |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBeigesoft logging adapter for SLF4J on standard Java.
It contains of simple, non-static, OOP and resources(performance) friendly logger,
its bridges to Android, SLF4J and Apache Common Logging.
|
Filename | Size |
---|---|
beige-logging-slf4j-1.0.3.pom | |
beige-logging-slf4j-1.0.3.jar | 9 KB |
beige-logging-slf4j-1.0.3-sources.jar | 11 KB |
beige-logging-slf4j-1.0.3-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beigesoft/beige-logging-slf4j/ -->
<dependency>
<groupId>org.beigesoft</groupId>
<artifactId>beige-logging-slf4j</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beige-logging-slf4j/
implementation 'org.beigesoft:beige-logging-slf4j:1.0.3'
// https://jarcasting.com/artifacts/org.beigesoft/beige-logging-slf4j/
implementation ("org.beigesoft:beige-logging-slf4j:1.0.3")
'org.beigesoft:beige-logging-slf4j:jar:1.0.3'
<dependency org="org.beigesoft" name="beige-logging-slf4j" rev="1.0.3">
<artifact name="beige-logging-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beige-logging-slf4j', version='1.0.3')
)
libraryDependencies += "org.beigesoft" % "beige-logging-slf4j" % "1.0.3"
[org.beigesoft/beige-logging-slf4j "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.12 |
org.beigesoft : beige-logging-base | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |