trevordevore / levure

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

Set logger types from app.yml config (#137) #138

Closed bhall2001 closed 5 years ago

bhall2001 commented 5 years ago

sets the logger types when the logger library initializes.

bhall2001 commented 5 years ago

And a question. What should the default logger types be? This PR uses the existing default of "developer" that existed (but was not set). Should the default logger types be developer,error,extension,msg or possibly kBuiltInLogTypes?

Wiki would need to be updated with a note that logger types in app.yml overrides defaults.

trevordevore commented 5 years ago

@bhall2001 The default types should probably just be kBuiltInLogTypes. I'll make the change after merging this.