Skip to content

Change log style callbacks to also work in release mode #3273

Closed
@Vortex2Oblivion

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions