Skip to content

Review logging system #1065

Description

@raysan5

Current logging system needs several improvements.

  • TraceLog() messages should be properly categorized and unified, they need to be standardized in some way:
> DEVICE INIT/CLOSE + INFO ---> Window, Graphics, Audio, Network
> DATA LOADING CPU/GPU -------> Image, Texture, Font, Mesh, Shader, Sound, Music
> Internal Processes ---------> Shader compilation, VBO overflow...
  • Current system is designed in a way that messages are ALWAYS stored inside the binary. It would be interesting to review this design... probably using macros.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThis is an improvement of some feature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions