iorlas / JT2

Jungle Timer for the LoL game. Second edition. First was on ansi C with dirty hacks. New edition uses D3D9Proxy dll and CPP with boost.
8 stars 5 forks source link

Improve logging #18

Closed iorlas closed 13 years ago

iorlas commented 13 years ago

1) Add levels: Debug - add to code only in debug version. DEEP debug messages. A lot of 'em. Verbose - common messages for a general things. Warning - error in anything. But we still can display something. Error - real errors, we cannot continue use Jungle Timer.

2) Change format, like this one:

 <12:02:35.091> [Simple.c:30] Timers.bot_red >> Lol, im mad!

3) Separated files for logging. One per day.

iorlas commented 13 years ago

1 - done 2 - done, need to check 3 - done, need to check