Description
Currently, we are using a static initializer for CBLDatabase class for initializing the framework such as log and so on. This generally works most of the time, but there is also a Module Initialization that will be called when the framework is loaded. We could explore it that is a better place to initialize the framework.