Interface ILcdGLBindingLogListener

All Known Implementing Classes:
TLcdGLBindingSystemLog

public interface ILcdGLBindingLogListener
Interface for listening to log messages.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    debug(Object aObject, String aMessage)
    Log a debug message along with information about the originating object.
    void
    debug(String aMessage)
    Called for normal debug messages
  • Method Details

    • debug

      void debug(String aMessage)
      Called for normal debug messages
      Parameters:
      aMessage -
    • debug

      void debug(Object aObject, String aMessage)
      Log a debug message along with information about the originating object.
      Parameters:
      aObject -
      aMessage -