License |
License
The MIT License (MIT)
|
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.logscale |
ArtifactId | ArtifactIdlogscale-logging |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLogscale Logger
Logscale Logger is a wrapper on the Log4j 2 logger which provides a few extras.
|
Filename | Size |
---|---|
logscale-logging-0.0.1.pom | |
logscale-logging-0.0.1.jar | 6 KB |
logscale-logging-0.0.1-sources.jar | 2 KB |
logscale-logging-0.0.1-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.logscale/logscale-logging/ -->
<dependency>
<groupId>com.logscale</groupId>
<artifactId>logscale-logging</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.logscale/logscale-logging/
implementation 'com.logscale:logscale-logging:0.0.1'
// https://jarcasting.com/artifacts/com.logscale/logscale-logging/
implementation ("com.logscale:logscale-logging:0.0.1")
'com.logscale:logscale-logging:jar:0.0.1'
<dependency org="com.logscale" name="logscale-logging" rev="0.0.1">
<artifact name="logscale-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.logscale', module='logscale-logging', version='0.0.1')
)
libraryDependencies += "com.logscale" % "logscale-logging" % "0.0.1"
[com.logscale/logscale-logging "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.0-beta9 |
org.apache.logging.log4j : log4j-api | jar | 2.0-beta9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |