trevordevore / levure

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

logger types not being set from app.yml #137

Closed bhall2001 closed 5 years ago

bhall2001 commented 5 years ago

logger types are not with the configuration from app.yml if present. With the wiki Logger app.yml example for defining logger types, I create a new Levure app. Edit app.yml to include the Logger helper. Add the configuration from the Wiki. Config of interest being: logger: types: developer,error,timer #in this case "timer" is a custom type

Open the new app via the standard Levure method. Open project browser to confirm the Levure and the Logger helper are loaded. Open message box and type put loggerGetTypes(). expected results: developer,error,timer observed results:

The result is empty.

NOTE: PR coming to fix that fixes this issue.

trevordevore commented 5 years ago

Closed by #138