trevordevore / levure

Application development framework for LiveCode
MIT License
32 stars 14 forks source link

Logger Improvements #116

Closed macMikey closed 5 years ago

macMikey commented 5 years ago

• Added "error" type • Added custom row and column delimiter support • Added capability to log the type of the message being logged • Added app.yml options for log types, log target, and reporting the log type.

macMikey commented 5 years ago

Have a look at this. Comes from Issue 101. Probably needs some more effort.

macMikey commented 5 years ago

ok, now i think i'm done (with PR 129 being accepted, which will let the enhanced app.yml options work).

macMikey commented 5 years ago

Also just added suspend/resume logging This is for cases where you are typically logging some activity but you want to hold up for a moment. For example, in one of our apps, we have all activity being logged at a very low level, but if we run into an issue, we want to suspend the logging until we have undone the last sequence of events.

trevordevore commented 5 years ago

I created a new PR in order to make some tweaks here and there. PR #136 has been merged into develop. Thanks @macMikey!