robotlegs / robotlegs-framework

An ActionScript 3 application framework for Flash and Flex
https://robotlegs.tenderapp.com/
MIT License
967 stars 261 forks source link

Update MVCSBundle.as with a logLevel property #185

Open korosif opened 4 years ago

korosif commented 4 years ago

Most RobotLegs 2 users are using the MVCSBundle, but the bundle forced the user to have logLevel set to DEBUG, or to create their own bundle just to set the logLevel. Now, one could set it easily with . Also, users might have a hard time figuring out where the debug messages came from, and the MVCSBundle class is now more upfront about the logLevel setting.