Skip to content

Testbed: Use log instead of raw println #128

Description

@ThierryBerger

Hello,

I am using testbed to live test a 2d game server, It's a handy tool !

That said, my server has an interactive shell, I'm using the log facade logic (with info!(), debug!()...) to display only information related to input and output for the user, and I have a "logmode" reaching out to files where logs are organized.

I'd like to organize testbed logs in a dedicated folder, and that would be easy if testbed used the log facade.

For information, the log implementation I use is log4rs, and I use rustyline for interation.

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