Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-martin committed Sep 18, 2015
1 parent 7f9f007 commit 887ed1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ Note: *If you are logging from a device that has the stackify-agent installed, t

Be sure to shutdown Log4j to flush this appender of any errors and shutdown the background thread:
```java
((LoggerContext) LogManager.getContext(false)).stop();
((org.apache.logging.log4j.core.LoggerContext) org.apache.logging.log4j.LogManager.getContext(false)).stop();
```

## License
Expand Down

0 comments on commit 887ed1a

Please sign in to comment.