Class AeronErrorLog


  • public class AeronErrorLog
    extends java.lang.Object
    INTERNAL API

    Application to print out errors recorded in the command-and-control (cnc) file is maintained by media driver in shared memory. This application reads the cnc file and prints the distinct errors. Layout of the cnc file is described in CncFileDescriptor.

    • Constructor Detail

      • AeronErrorLog

        @Deprecated
        public AeronErrorLog​(java.io.File cncFile)
        Deprecated.
      • AeronErrorLog

        public AeronErrorLog​(java.io.File cncFile,
                             LoggingAdapter log)
    • Method Detail

      • logErrors

        public long logErrors​(LoggingAdapter log,
                              long sinceTimestamp)
      • close

        public void close()