Package org.logevents.status

Reporting of internal events such as configuration loading and errors from logevents. StatusEvents are collected in LogEventStatus and can be stored in LogEventStatus.getHeadMessages() (which stores the first 1000 messages) and LogEventStatus.lastMessage(). In order to debug LogEvents, either put status=[DEBUG|TRACE|CONFIG] in your logevents.properties or start your Java-process with -Dlogevents.status=[DEBUG|TRACE|CONFIG]