Uploaded image for project: 'SLF4J'
  1. SLF4J
  2. SLF4J-330

Unstopped thread when use LoggerFactory.getLogger().

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • None
    • None
    • None

    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"); }

      }

      Attachments

        Activity

          People

            slf4j-dev SLF4J developers list
            emil.georgiev Emil Georgiev Georgiev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: