From 887ed1a23243ebd746765d9e51a11054b3bf1af2 Mon Sep 17 00:00:00 2001 From: Eric Martin Date: Fri, 18 Sep 2015 10:45:01 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9c6353..92dccef 100644 --- a/README.md +++ b/README.md @@ -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