- DebugLn prints thread first, then message. e.g. '[main] log message'
- DebugLn does not need a context in it's constructor.
- DebugLn uses thread name in message instead of tag.
- Fix : LnFacade would incorrectly delegate to wrong methods. Also added tests.
Initial release.