You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new module autolog-aspectj to allow usage of Autolog annotations in applications using AspectJ weaving.
Add the ability to use custom logger names instead of the default one ("Autolog"):
Add a parameter topic on all the annotations @AutoLog* to specify a custom logger name.
Add a parameter callerClassAsTopic on all the annotations @AutoLog* to use the caller class name as logger name
when there is no custom logger name specified.
Regarding SystemOutAdapter, the log format is modified: it is now prefixed by the logger name (for example, by
default we get now: [Autolog] DEBUG: A logged message.).
Add a parameter messageTemplate on the annotation @AutoLogPerformance to define a custom message template using
Velocity Template Language.
Deprecated
As a consequence of the new feature relative to the custom logger names, deprecate the following methods: