a

au-log4j

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.
https://github.com/AthabascaUniversity/au-log4j
The Apache Software License, Version 2.0
Trenton D. Adams
Files download
File Operation
au-log4j-1.0.4.jar download
au-log4j-1.0.4.pom download
au-log4j-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.trentonadams</groupId>
  <artifactId>au-log4j</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.trentonadams:au-log4j:1.0.4'
Gradle Kotlin
implementation("com.github.trentonadams:au-log4j:1.0.4")
Scala SBT
libraryDependencies += "com.github.trentonadams" % "au-log4j" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.trentonadams', module='au-log4j', version='1.0.4')
)
Apache Ivy
<dependency org="com.github.trentonadams" name="au-log4j" rev="1.0.4" />
Leiningen
[com.github.trentonadams/au-log4j "1.0.4"]
Apache Buildr
'com.github.trentonadams:au-log4j:jar:1.0.4'