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