CryptoTraderLoggingAutoConfig

@AutoConfiguration
@ConditionalOnClass(name = "org.qos.logback.classic.Logger")
open class CryptoTraderLoggingAutoConfig

Constructors

Link copied to clipboard
constructor()

Functions

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