CryptoTraderLoggingAutoConfig

@AutoConfiguration
@ConditionalOnClass(name = "ch.qos.logback.classic.Logger")
@EnableConfigurationProperties(value = [CryptoTraderLoggingProperties::class])
open class CryptoTraderLoggingAutoConfig

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Bean
@ConditionalOnMissingBean(name = "globalExceptionHandler")
@ConditionalOnProperty(prefix = "cryptotrader.exceptions", name = "enabled", havingValue = "true", matchIfMissing = true)
open fun globalExceptionHandler(): GlobalExceptionHandler