Skip to content

Switch to standard logging framework #23

@jn1z

Description

@jn1z

Currently the code uses a combination of System.out.println(), ex.printStackTrace(), and writing to a StringBuilder.

Thankfully these uses are now mostly isolated to a few calls, but this could be improved with the following benefits

  • the purposes of efficiency, i.e. not holding the entire log in memory
  • better output, i.e. not outputting full stack traces to the user
  • maintainability, i.e. not passing around print flags in the code

Recommended is SLF4J + logback, but whatever's not too complex.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions