LogScribe
A flexible logging API developed for the CubeEngine
| License |
License
The MIT License (MIT)
|
|---|---|
| Categories |
CategoriesLogging Application Layer Libs |
| GroupId | GroupIdde.cubeisland.engine |
| ArtifactId | ArtifactIdlogging |
| Last Version | Last Version0.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLogging
A flexible logging API developed for the CubeEngine
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| logging-0.0.3.pom | |
| logging-0.0.3.jar | 34 KB |
| logging-0.0.3-sources.jar | 31 KB |
| logging-0.0.3-javadoc.jar | 229 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.cubeisland.engine/logging/ -->
<dependency>
<groupId>de.cubeisland.engine</groupId>
<artifactId>logging</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.cubeisland.engine/logging/
implementation 'de.cubeisland.engine:logging:0.0.3'
// https://jarcasting.com/artifacts/de.cubeisland.engine/logging/
implementation ("de.cubeisland.engine:logging:0.0.3")
'de.cubeisland.engine:logging:jar:0.0.3'
<dependency org="de.cubeisland.engine" name="logging" rev="0.0.3">
<artifact name="logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.cubeisland.engine', module='logging', version='0.0.3')
)
libraryDependencies += "de.cubeisland.engine" % "logging" % "0.0.3"
[de.cubeisland.engine/logging "0.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
A flexible logging API developed for the CubeEngine