Logging functions

Module documentation and detailed description for logging functions.

Function/Subroutine documentation

  • subroutine nzaeGetLogFilePath(handle, path)

    Returns the full path to the AE log file.

    • Parameters
      • handle

        (integer) The handle passed to nzaeHandleRequest .

      • path

        (character*) The full path to the log file.

  • subroutine nzaeLog(handle, string)

    Logs the specified string to the AE log file.

    • Parameters
      • handle

        (integer) The handle passed to nzaeHandleRequest .

      • string

        (character*) The string to log.

  • subroutine nzaeLogStderr(handle, string)

    Writes the specified string to stderr.

    • Parameters
      • handle

        (integer) The handle passed to nzaeHandleRequest .

      • string

        (character*) The string to write to stderr.

    When the AE is registered with a particular log level, this function can be useful to help with debugging as the stdout and stderr of the AE is logged by the AE system to a specific location on the file system.