Issue Type: Bug Bug
Assignee: SLF4J developers list
Created: 04/Aug/15 8:27 AM
Description:

When you create an instance of the Logger started a thread that nonstop when main thread return.We should stop thread manually.

public class App {
public final static Logger LOG = LoggerFactory.getLogger(App.class);
public static void main(String[] args)

{ LOG.info("message"); }

}

Project: SLF4J
Priority: Minor Minor
Reporter: Emil Georgiev Georgiev
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
slf4j-dev mailing list
slf4j-dev@qos.ch
http://mailman.qos.ch/mailman/listinfo/slf4j-dev

Reply via email to