LoggingModule

@Module
class LoggingModule

Constructors

Link copied to clipboard
fun LoggingModule()

Functions

Link copied to clipboard
@Provides
@Singleton
fun provideLogger(@Named(value = "enableLogging") enableLogging: Boolean): Logger