Interface NativeLogger

  • All Superinterfaces:
    BasicLogger
    All Known Implementing Classes:
    NativeLogger_$logger

    @MessageLogger(projectCode="jlibaio")
    public interface NativeLogger
    extends BasicLogger
    Logger Code 16 each message id must be 6 digits long starting with 16, the 3rd digit denotes the level so INF0 1 WARN 2 DEBUG 3 ERROR 4 TRACE 5 FATAL 6 so an INFO message would be 161000 to 161999
    • Field Detail

      • LOGGER

        static final NativeLogger LOGGER
        The journal logger.
    • Method Detail

      • incompatibleNativeLibrary

        @LogMessage(level=WARN)
        @Message(id=163001,
                 value="You have a native library with a different version than expected",
                 format=MESSAGE_FORMAT)
        void incompatibleNativeLibrary()