hash-addressed-cli-2.1.0.1: Hash-addressed file storage app
Safe HaskellSafe-Inferred
LanguageGHC2021

HashAddressed.App.Verbosity.Printing

Synopsis

Documentation

putNormalLn :: MonadIO m => Verbosity -> String -> m () Source #

For output that one might want to use programmatically

Goes to stdout.

Can be suppressed with the --quiet flag.

putVerboseLn :: MonadIO m => Verbosity -> String -> m () Source #

For extra chatty messages

Goes to stderr so that the output that one might want to use programmatically can be captured separately.

Does not print unless the --verbose flag is used.