License |
License |
---|---|
GroupId | GroupIdcom.github.trentonadams |
ArtifactId | ArtifactIdau-log4j |
Version | Version1.1.3 |
Type | Typejar |
Description |
Descriptionau-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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
au-log4j-1.1.3.pom | |
au-log4j-1.1.3.jar | 23 KB |
au-log4j-1.1.3-sources.jar | 21 KB |
au-log4j-1.1.3-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.trentonadams/au-log4j/ -->
<dependency>
<groupId>com.github.trentonadams</groupId>
<artifactId>au-log4j</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trentonadams/au-log4j/
implementation 'com.github.trentonadams:au-log4j:1.1.3'
// https://jarcasting.com/artifacts/com.github.trentonadams/au-log4j/
implementation ("com.github.trentonadams:au-log4j:1.1.3")
'com.github.trentonadams:au-log4j:jar:1.1.3'
<dependency org="com.github.trentonadams" name="au-log4j" rev="1.1.3">
<artifact name="au-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trentonadams', module='au-log4j', version='1.1.3')
)
libraryDependencies += "com.github.trentonadams" % "au-log4j" % "1.1.3"
[com.github.trentonadams/au-log4j "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
log4j : apache-log4j-extras | jar | 1.2.17 |
javax.mail : mail | jar | 1.4.2 |
com.github.trentonadams : au-xml-util | jar | 1.0.1 |
org.apache.commons : commons-io | jar | 1.3.2 |
org.apache.commons : commons-lang3 | jar | 3.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |
org.jvnet.mock-javamail : mock-javamail | jar | 1.9 |