Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.43 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.43 KB

Monster Debugger 3 Target

The following classes can be used to target Monster Debugger 3.x with the AS3 Commons Logging framework.

It is based on MonsterDebuggerTarget by Martin Heidegger which is included within the core as3-commons-logging framework.

These classes provide a way to utilise some of the new features introduced in Monster Debugger 3 such as the ability to filter trace statements via the Person or Label columns. The MonsterDebuggerV3Params class is used to define these. You can pass in individual instances per log statement, or alternatively set a default for each class. See the Example for more details.

Examples

References