Skip to content

Console output statements in production code reduce library usability #84

@krystophny

Description

@krystophny

Description

Source code contains 10 print statements that should be replaced with proper logging mechanism.

Affected Files

  • fortplot_png.f90: 2 print statements
  • fortplot_pdf.f90: 1 print statement
  • fortplot.f90: 5 print statements
  • fortplot_text.f90: 2 print statements

Impact

  • Unwanted console output in production applications
  • No control over logging levels
  • Poor user experience in library usage

Expected Behavior

  • Use proper logging mechanism or make output conditional
  • Allow users to control verbosity
  • Clean library interface without unexpected output

Severity

MINOR - Functional but affects user experience

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions