LunaTTvBot / LunaBot

0 stars 1 forks source link

Logging framework #14

Closed CapCalamity closed 8 years ago

CapCalamity commented 8 years ago

Based on this, i guess some kind of logging system is planned for the iBot. I would recommend that instead of creating a custom solution, we simply use an already existing one. Like NLog.

Thoughts @SuNflOw1991?

iPaat commented 8 years ago

I like the idea. I implemented this small class to prevent Console calls within classes which we want to use later.

I'll look at that Framework.

iPaat commented 8 years ago

I like it. We should implement such a system later.

iPaat commented 8 years ago

Because the console output costs us a lot of performance we should implement such a system asap.

CapCalamity commented 8 years ago

Okay, i will update the current logging statements