Uploaded image for project: 'logback'
  1. logback
  2. LOGBACK-621

Please add c'tor LoggerContextVO(String name, Map<String,String> propertyMap, long birthTime) to ch.qos.logback.classic.spi.LoggerContextVO

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 0.9.29
    • 0.9.29
    • None
    • None

    Description

      I'm stuck recreating a Logback classic logging event since I'm unable to create a LoggerContextVO from plain data.

      Please add the following c'tor to LoggerContextVO:

      public LoggerContextVO(String name, Map<String,String> propertyMap, long birthTime) {
      this.name = name;
      this.propertyMap = propertyMap;
      this.birthTime = birthTime;
      }

      This is the only thing that prevents me from fully supporting cat/tail of Lilith Logging events using Logback formatters.
      See https://github.com/huxi/lilith/blob/master/lilith/src/main/java/de/huxhorn/lilith/tools/formatters/LoggingFormatter.java

      Attachments

        Activity

          People

            ceki Ceki Gülcü
            jhuxhorn Joern Huxhorn
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: