Package io.sentry.spring.boot
Class SentryLogbackAppenderAutoConfiguration
- java.lang.Object
- 
- io.sentry.spring.boot.SentryLogbackAppenderAutoConfiguration
 
- 
 @Configuration(proxyBeanMethods=false) @ConditionalOnClass({ch.qos.logback.classic.LoggerContext.class,io.sentry.logback.SentryAppender.class}) @ConditionalOnProperty(name="sentry.logging.enabled", havingValue="true", matchIfMissing=true) @ConditionalOnBean(SentryProperties.class) public class SentryLogbackAppenderAutoConfiguration extends java.lang.ObjectAuto-configuresSentryAppender.
- 
- 
Constructor SummaryConstructors Constructor Description SentryLogbackAppenderAutoConfiguration()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull io.sentry.spring.boot.SentryLogbackInitializersentryLogbackInitializer(@NotNull SentryProperties sentryProperties)
 
- 
- 
- 
Method Detail- 
sentryLogbackInitializer@Bean @NotNull public @NotNull io.sentry.spring.boot.SentryLogbackInitializer sentryLogbackInitializer(@NotNull @NotNull SentryProperties sentryProperties)
 
- 
 
-