Module

Cardano.Kupmios.Helpers

#logWithLevel

logWithLevel :: forall (m :: Type -> Type). MonadEffect m => LogLevel -> Message -> m Unit

Log a message by printing it to the console, depending on the provided LogLevel

#logString

logString :: LogLevel -> LogLevel -> String -> Effect Unit

Log a message from the JS side of the FFI boundary. The first LogLevel argument represents the configured log level (e.g. within KupmiosConfig). The second argument is the level for this particular message

#liftM

liftM :: forall (e :: Type) (m :: Type -> Type) (a :: Type). MonadThrow e m => e -> Maybe a -> m a

Given an error and a Maybe value, lift the context via liftEither.

Modules