LogScribe
A flexible logging API developed for the CubeEngine
| License |
License
The MIT License (MIT)
|
|---|---|
| GroupId | GroupIdorg.cubeengine |
| ArtifactId | ArtifactIdlogscribe-syslog |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLogScribe Syslog
A flexible logging API developed for the CubeEngine
|
| Filename | Size |
|---|---|
| logscribe-syslog-1.0.2.pom | |
| logscribe-syslog-1.0.2.jar | 4 KB |
| logscribe-syslog-1.0.2-sources.jar | 3 KB |
| logscribe-syslog-1.0.2-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.cubeengine/logscribe-syslog/ -->
<dependency>
<groupId>org.cubeengine</groupId>
<artifactId>logscribe-syslog</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.cubeengine/logscribe-syslog/
implementation 'org.cubeengine:logscribe-syslog:1.0.2'
// https://jarcasting.com/artifacts/org.cubeengine/logscribe-syslog/
implementation ("org.cubeengine:logscribe-syslog:1.0.2")
'org.cubeengine:logscribe-syslog:jar:1.0.2'
<dependency org="org.cubeengine" name="logscribe-syslog" rev="1.0.2">
<artifact name="logscribe-syslog" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cubeengine', module='logscribe-syslog', version='1.0.2')
)
libraryDependencies += "org.cubeengine" % "logscribe-syslog" % "1.0.2"
[org.cubeengine/logscribe-syslog "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.cubeengine : logscribe-core | jar | 1.0.2 |
| org.graylog2 : syslog4j | jar | 0.9.60 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
A flexible logging API developed for the CubeEngine