License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdcom.m-creations |
ArtifactId | ArtifactIdlog4j2-native-syslog |
Last Version | Last Version0.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlog4j2-native-syslog
A JNA Java native appender for log4j 2 to use the system C library syslog function (on Unix)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.m-creations/log4j2-native-syslog/ -->
<dependency>
<groupId>com.m-creations</groupId>
<artifactId>log4j2-native-syslog</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.m-creations/log4j2-native-syslog/
implementation 'com.m-creations:log4j2-native-syslog:0.9.0'
// https://jarcasting.com/artifacts/com.m-creations/log4j2-native-syslog/
implementation ("com.m-creations:log4j2-native-syslog:0.9.0")
'com.m-creations:log4j2-native-syslog:jar:0.9.0'
<dependency org="com.m-creations" name="log4j2-native-syslog" rev="0.9.0">
<artifact name="log4j2-native-syslog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.m-creations', module='log4j2-native-syslog', version='0.9.0')
)
libraryDependencies += "com.m-creations" % "log4j2-native-syslog" % "0.9.0"
[com.m-creations/log4j2-native-syslog "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.7 |
net.java.dev.jna : jna | jar | 4.2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |