You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Log4J 1.x (SlackAppender currently does NOT directly support Log4j 2, but should work in Log4j 2 through the [Log4j 1.x bridge](https://logging.apache.org/log4j/2.x/manual/migration.html))
6
+
- Java 8 or higher (Since it depends on [Nashorn](https://en.wikipedia.org/wiki/Nashorn_(JavaScript_engine)))
7
+
-A configured [Slack Incoming Webhook integration](https://api.slack.com/incoming-webhooks)
8
8
9
9
# Configuration
10
10
In order to use the SlackAppender, the SlackAppender needs to be added to the classpath of the Java application for which it is being used and Log4J should be configured to use the SlackAppender.
log4j.appender.slack.Channel={the channel to post the messages in}
26
27
log4j.appender.slack.Emoji={the icon to use}
28
+
```
27
29
28
30
# Feature Requests & Bugs
29
31
Found a bug or would like to see a new feature implemented? Raise an issue in the [Issue Tracker](https://github.com/TheOrangeDots/SlackAppender/issues)
@@ -32,4 +34,4 @@ Found a bug or would like to see a new feature implemented? Raise an issue in th
32
34
Eager to fix a bug or introduce a new feature? Clone the repository and issue a pull request
0 commit comments