pfile-0.1.0.1: CLI program for profiles management.
Copyright(c) 2024 Illia Shkroba
LicenseBSD3
MaintainerIllia Shkroba <[email protected]>
Stabilityunstable
Portabilitynon-portable (Non-Unix systems are not supported)
Safe HaskellSafe-Inferred
LanguageHaskell2010

PFile.Log

Description

Types and functions for logging.

Documentation

info :: (MonadReader Env m, MonadIO m) => Text -> m () Source #

warning :: (MonadReader Env m, MonadIO m) => Text -> m () Source #

error :: MonadIO m => Text -> m () Source #

panic :: MonadIO m => Text -> m a Source #