DLTcollab / TA-endpoint

Connect resource constrained endpoints with Tangle-Accelerator
Apache License 2.0
0 stars 2 forks source link

feat: Add logger to preparation #42

Closed splasky closed 4 years ago

splasky commented 4 years ago

Logger is helpful for generate debug message or info. It can also disable all debug message when DEBUG flag not set.

jserv commented 4 years ago

It is redundant to denote "Add logger to log message." Logger is always used for logging. Instead, you have to explain how the logger works along with potential integration efforts.

jserv commented 4 years ago

Add documentation!

splasky commented 4 years ago

related #34

jserv commented 4 years ago

Fix conflicts.

splasky commented 4 years ago

Will use the tangle-accelerator's logger as default logger.