kevelopment / haruJs

JavaScript Web Framework built in TypeScript bringing in some Spring feelings.
0 stars 0 forks source link

Logging Support #23

Closed kevelopment closed 3 years ago

kevelopment commented 3 years ago

For now it's a removal of the 'do not use console' warnings provided by the linter. But this should allow us in the future to support any kind of logger (that implements the Console Interface).

Also I added a logging Info to the startup of the Application to prevent manual logging an getting an overview of the started application.