Interface KieRuntimeLogger


public interface KieRuntimeLogger
A logger for audit events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Release any resources allocated within the logger such as file handles, network connections, etc.
  • Method Details

    • close

      void close()
      Release any resources allocated within the logger such as file handles, network connections, etc. It is a programming error to append to a closed appender.