is not current version
Last Version 1.1.3

com.github.trentonadams:au-log4j 1.0.4

Log4J appender which can email out logs (usually errors) to a specified email address. Configurable to filter out some *known* errors so that they are not emailed, or send them to different users.

GroupId

GroupId

com.github.trentonadams
ArtifactId

ArtifactId

au-log4j
Version

Version

1.0.4
Type

Type

jar

Download au-log4j 1.0.4


<!-- https://jarcasting.com/artifacts/com.github.trentonadams/au-log4j/ -->
<dependency>
    <groupId>com.github.trentonadams</groupId>
    <artifactId>au-log4j</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trentonadams/au-log4j/
implementation 'com.github.trentonadams:au-log4j:1.0.4'
// https://jarcasting.com/artifacts/com.github.trentonadams/au-log4j/
implementation ("com.github.trentonadams:au-log4j:1.0.4")
'com.github.trentonadams:au-log4j:jar:1.0.4'
<dependency org="com.github.trentonadams" name="au-log4j" rev="1.0.4">
  <artifact name="au-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trentonadams', module='au-log4j', version='1.0.4')
)
libraryDependencies += "com.github.trentonadams" % "au-log4j" % "1.0.4"
[com.github.trentonadams/au-log4j "1.0.4"]