BuaBook / kdb-common

kdb+ Core Libraries and Utilities
Apache License 2.0
51 stars 16 forks source link

Add log facade to all kdb-common libraries #41

Closed jasraj closed 3 years ago

jasraj commented 4 years ago

There is a case where the assumed log levels (e.g. .log.info) is already in use within an application and cannot be directly used by the libraries in kdb-common.

Therefore, add an interface to allow other applications to define them.