Interface EOS_LogMessageFunc

All Superinterfaces:
com.sun.jna.Callback

public interface EOS_LogMessageFunc extends com.sun.jna.Callback
Since:
8/8/2023
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.sun.jna.Callback

    com.sun.jna.Callback.UncaughtExceptionHandler
  • Field Summary

    Fields inherited from interface com.sun.jna.Callback

    FORBIDDEN_NAMES, METHOD_NAME
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Function prototype definition for functions that receive log messages.
  • Method Details

    • run

      void run(EOS_LogMessage message)
      Function prototype definition for functions that receive log messages.
      Parameters:
      message - A EOS_LogMessage containing the log category, log level, and message.
      See Also: