License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdorg.beigesoft |
ArtifactId | ArtifactIdbeige-logging-acl |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBeigesoft logging adapter for Apache Common Logging 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-acl-1.0.3.pom | |
beige-logging-acl-1.0.3.jar | 7 KB |
beige-logging-acl-1.0.3-sources.jar | 8 KB |
beige-logging-acl-1.0.3-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.beigesoft/beige-logging-acl/ -->
<dependency>
<groupId>org.beigesoft</groupId>
<artifactId>beige-logging-acl</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.beigesoft/beige-logging-acl/
implementation 'org.beigesoft:beige-logging-acl:1.0.3'
// https://jarcasting.com/artifacts/org.beigesoft/beige-logging-acl/
implementation ("org.beigesoft:beige-logging-acl:1.0.3")
'org.beigesoft:beige-logging-acl:jar:1.0.3'
<dependency org="org.beigesoft" name="beige-logging-acl" rev="1.0.3">
<artifact name="beige-logging-acl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beigesoft', module='beige-logging-acl', version='1.0.3')
)
libraryDependencies += "org.beigesoft" % "beige-logging-acl" % "1.0.3"
[org.beigesoft/beige-logging-acl "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.2 |
org.beigesoft : beige-logging-base | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |