Skip to content

Update the FlixelGDX logging system to have a simple and detailed mode #18

@stringdotjar

Description

@stringdotjar

It should use an enum to toggle the logging display mode. Each log should look like what's shown below according to the mode type displayed with it

SIMPLE

[INFO] Notice how this log simply has the type and the message, nothing else.

DETAILED

2026-01-01 01:01:01 [INFO] [Flixel] [ExampleFile.java:1] [exampleMethod()] Notice how this log has many more details and specifically describes where the log is coming from, including the time and date it was logged.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestflixelgdxFNF:JE's custom 1:1, Flixel-to-Java framework built on libGDXlow priorityDoes not have to be completed immediately

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions