A B C G J L S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- aroundDataInOutLoggableClass(ProceedingJoinPoint, AutoLogMethodInOut) - Method in class com.github.maximevw.autolog.spring.aspects.AutoLogMethodInOutAspect
-
Pointcut checking that the executed method has no
AutoLogMethod*annotation and is included in a class annotated withAutoLogMethodInOut. - aroundDataInOutLoggableClassAndMethod(ProceedingJoinPoint, AutoLogMethodInOut) - Method in class com.github.maximevw.autolog.spring.aspects.AutoLogMethodInOutAspect
-
Pointcut checking that the method is annotated with
AutoLogMethodInOutin a class annotated withAutoLogMethodInOut,AutoLogMethodInputorAutoLogMethodOutput. - aroundDataInOutLoggableMethod(ProceedingJoinPoint, AutoLogMethodInOut) - Method in class com.github.maximevw.autolog.spring.aspects.AutoLogMethodInOutAspect
-
Pointcut checking that the executed method is annotated with
AutoLogMethodInOut. - aroundDataOutputLoggableClass(ProceedingJoinPoint, AutoLogMethodOutput) - Method in class com.github.maximevw.autolog.spring.aspects.AutoLogMethodInOutAspect
-
Pointcut checking that the executed method has no
AutoLogMethodOutputannotation and is included in a class annotated withAutoLogMethodOutput. - aroundDataOutputLoggableClassAndMethod(ProceedingJoinPoint, AutoLogMethodOutput) - Method in class com.github.maximevw.autolog.spring.aspects.AutoLogMethodInOutAspect
-
Pointcut checking that the method is annotated with
AutoLogMethodOutputin a class annotated withAutoLogMethodInOutorAutoLogMethodOutput. - aroundDataOutputLoggableMethod(ProceedingJoinPoint, AutoLogMethodOutput) - Method in class com.github.maximevw.autolog.spring.aspects.AutoLogMethodInOutAspect
-
Pointcut checking that the executed method is annotated with
AutoLogMethodOutputbut not withAutoLogMethodInOut. - aroundPerformanceLoggableClass(ProceedingJoinPoint, AutoLogPerformance) - Method in class com.github.maximevw.autolog.spring.aspects.AutoLogPerformanceAspect
-
Pointcut checking that the executed method is included in a class annotated with
AutoLogPerformance. - aroundPerformanceLoggableClassAndMethod(ProceedingJoinPoint, AutoLogPerformance) - Method in class com.github.maximevw.autolog.spring.aspects.AutoLogPerformanceAspect
-
Pointcut checking that the method is annotated with
AutoLogPerformancein a class also annotated withAutoLogPerformance. - aroundPerformanceLoggableMethod(ProceedingJoinPoint, AutoLogPerformance) - Method in class com.github.maximevw.autolog.spring.aspects.AutoLogPerformanceAspect
-
Pointcut checking that the executed method is annotated with
AutoLogPerformance. - AutologAutoConfiguration - Class in com.github.maximevw.autolog.spring.configuration
-
Spring auto-configuration for Autolog.
- AutologAutoConfiguration() - Constructor for class com.github.maximevw.autolog.spring.configuration.AutologAutoConfiguration
- AutoLogMethodInOutAspect - Class in com.github.maximevw.autolog.spring.aspects
-
Spring AOP aspect allowing to automatically log the input and output data of public methods annotated with
AutoLogMethodInOut,AutoLogMethodInputand/orAutoLogMethodOutputor included in classes annotated with such annotations. - AutoLogMethodInOutAspect(LoggerManager) - Constructor for class com.github.maximevw.autolog.spring.aspects.AutoLogMethodInOutAspect
-
Constructor.
- AutoLogPerformanceAspect - Class in com.github.maximevw.autolog.spring.aspects
-
Spring AOP aspect allowing to automatically monitor and log the performance information of public methods annotated with
AutoLogPerformanceor included in classes annotated with such annotations. - AutoLogPerformanceAspect(LoggerManager) - Constructor for class com.github.maximevw.autolog.spring.aspects.AutoLogPerformanceAspect
-
Constructor.
- AutologProperties - Class in com.github.maximevw.autolog.spring.configuration
-
Spring configuration properties used to configure Autolog.
- AutologProperties() - Constructor for class com.github.maximevw.autolog.spring.configuration.AutologProperties
B
- beforeDataInputLoggableClass(JoinPoint, AutoLogMethodInput) - Method in class com.github.maximevw.autolog.spring.aspects.AutoLogMethodInOutAspect
-
Pointcut checking that the executed method has no
AutoLogMethodInputannotation and is included in a class annotated withAutoLogMethodInput. - beforeDataInputLoggableClassAndMethod(JoinPoint, AutoLogMethodInput) - Method in class com.github.maximevw.autolog.spring.aspects.AutoLogMethodInOutAspect
-
Pointcut checking that the method is annotated with
AutoLogMethodInputin a class annotated withAutoLogMethodInOutorAutoLogMethodInput. - beforeDataInputLoggableMethod(JoinPoint, AutoLogMethodInput) - Method in class com.github.maximevw.autolog.spring.aspects.AutoLogMethodInOutAspect
-
Pointcut checking that the executed method is annotated with
AutoLogMethodInputbut not withAutoLogMethodInOut.
C
- com.github.maximevw.autolog.spring.aspects - package com.github.maximevw.autolog.spring.aspects
- com.github.maximevw.autolog.spring.configuration - package com.github.maximevw.autolog.spring.configuration
- com.github.maximevw.autolog.spring.configuration.converters - package com.github.maximevw.autolog.spring.configuration.converters
- convert(String) - Method in class com.github.maximevw.autolog.spring.configuration.converters.LoggerInterfaceConverter
- convert(Properties) - Method in class com.github.maximevw.autolog.spring.configuration.converters.JdbcAdapterConfigurationConverter
G
- getLoggers() - Method in class com.github.maximevw.autolog.spring.configuration.AutologProperties
-
The list of classes implementing
LoggerInterfaceto register as loggers in theLoggerManagerbean.
J
- JdbcAdapterConfigurationConverter - Class in com.github.maximevw.autolog.spring.configuration.converters
-
A converter of objects of type
Propertiesto instances ofJdbcAdapterConfiguration. - JdbcAdapterConfigurationConverter() - Constructor for class com.github.maximevw.autolog.spring.configuration.converters.JdbcAdapterConfigurationConverter
L
- LoggerInterfaceConverter - Class in com.github.maximevw.autolog.spring.configuration.converters
-
A converter of objects of type
Stringto instances ofLoggerInterface. - LoggerInterfaceConverter() - Constructor for class com.github.maximevw.autolog.spring.configuration.converters.LoggerInterfaceConverter
- loggerManager() - Method in class com.github.maximevw.autolog.spring.configuration.AutologAutoConfiguration
-
The
LoggerManagerbean.
S
- setLoggers(List<LoggerInterface>) - Method in class com.github.maximevw.autolog.spring.configuration.AutologProperties
-
The list of classes implementing
LoggerInterfaceto register as loggers in theLoggerManagerbean.
All Classes All Packages