Package io.rocketbase.commons.logging
Annotation Type Loggable
-
@Retention(RUNTIME) @Target(METHOD) public @interface Loggable
this annotation is only working on spring proxied beans!
internal method call within the bean itself will not get logged - other bean calls will work
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanargsallow to skip args...booleanauditlog current logged in userbooleandurationShall we track the duration from start to endStringerrorLogLevelNONE will disable error logsStringlogLevelbooleanresultallow to skip results from loginttrimLengthShall we trim long texts in order to make log lines more readable
<= 0 means disable trimming
-