Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-1612

Tried a custom log appended, but the LoggingEvent.getMessage() returns org.teiid.logging.LogMessage and not org.teiid.logging.CommandLogMessage

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.4.1, 7.5
    • 7.1.1
    • Server
    • None

      Tried to create a custom logger, following what the doc says:
      ------
      If you want to build a custom appender for command logging that will have access to log4j "LoggingEvents" to the "COMMAND_LOG" context, it will have a message that is an instance of org.teiid.logging.CommandLogMessage defined in the teiid-api-7.4.jar use these class in your development.
      -------
      but the actual object type from event.getMessage() is: LOGGING EVENT MSG TYPE: org.teiid.logging.LogMessage
      (this is a sysout from the custom appender)
      And there, don't have access to the similar methods provided n CommandLogMessage.

      Note, I did receive a ClassCastException when originally tried to cast the event object to CommandLogMessage.

      I'll attach the code.

      Did I implement something incorrectly?

            rhn-engineering-shawkins Steven Hawkins
            van.halbert Van Halbert (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: