Closed
Description
If you wanted to detect when a log from the flixel debugger would be detected in release mode, like I do, there is currently no way to do this due to log style callbacks not being run in release mode.
In order to do this I had to extend LogFrontEnd and then replace the LogFrontEnd in FlxG with the untyped keyword due to it being unable to be written to normally.
Activity