Class LoggingListener

    • Constructor Summary

      Constructors 
      Constructor Description
      LoggingListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void OnLogging​(DDM_LOG_LEVEL level, java.lang.String source, java.lang.String function, java.lang.String logStr)
      Emits logs
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoggingListener

        public LoggingListener()
    • Method Detail

      • OnLogging

        public void OnLogging​(DDM_LOG_LEVEL level,
                              java.lang.String source,
                              java.lang.String function,
                              java.lang.String logStr)
        Description copied from interface: ILoggingListener
        Emits logs
        Specified by:
        OnLogging in interface ILoggingListener
        Parameters:
        level - DDM_LOG_LEVEL log level
        source - The log source
        function - The function source
        logStr - The log string