Annotation Interface Loggable


@Target({METHOD,TYPE}) @Retention(RUNTIME) @Inherited @Documented public @interface Loggable
  • Element Details

    • value

      org.springframework.boot.logging.LogLevel value
      Default:
      DEBUG
    • errorValue

      org.springframework.boot.logging.LogLevel errorValue
      Default:
      ERROR
    • unit

      Default:
      MILLIS
    • showArgs

      boolean showArgs
      Default:
      true
    • showResult

      boolean showResult
      Default:
      true
    • showExecutionTime

      boolean showExecutionTime
      Default:
      true