Interface FunctionsLogging

  • All Known Implementing Classes:
    FunctionsLogging_$logger

    @MessageLogger(projectCode="SRCFG",
                   length=5)
    public interface FunctionsLogging
    • Method Detail

      • exception

        @LogMessage(level=WARN)
        @Message(id=4000,
                 value="An exception was logged by the exception consumer")
        void exception​(@Cause
                       Throwable cause)