Skip to content
This repository was archived by the owner on Sep 10, 2019. It is now read-only.
This repository was archived by the owner on Sep 10, 2019. It is now read-only.

Better logging. #26

@sleepdeprecation

Description

@sleepdeprecation

It would be nice if we could include a real logger, but if not, we could create a really simple logger.

Basically, what I want is the ability to have certain message be debug messages, and certain messages to be general info messages. Take most of the things we print in MethodWrapper: those should only be printed when debugging.

The logger's level would be settable by the end user (defaulting to info) through HTTPServer.

We might be able to use java.util.logging...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions