Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom handling of auto splitter log messages #603

Merged
merged 1 commit into from
Nov 21, 2022

Commits on Nov 21, 2022

  1. Allow custom handling of auto splitter log messages

    Previously we would always log the auto splitter messages with the `log`
    crate, but this may not necessarily be wanted. We already have a `Timer`
    trait that abstracts all the interactions of the auto splitter with the
    timer, so we might as well allow custom handling of the log messages
    there.
    CryZe committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    0c8ad6e View commit details
    Browse the repository at this point in the history