net-spider-0.4.3.7: A graph database middleware to maintain a time-varying graph.
MaintainerToshio Ito <debug.ito@gmail.com>
Safe HaskellSafe-Inferred
LanguageHaskell2010

NetSpider.Log

Description

This module is rather for internal use, but end-users can use it, e.g. to implement the unifier.

Since: 0.2.0.0

Synopsis

Documentation

logInfoW :: Text -> WriterLoggingM () Source #

Since: 0.4.3.0

logWarnW :: Text -> WriterLoggingM () Source #

Since: 0.4.3.0

logErrorW :: Text -> WriterLoggingM () Source #

Since: 0.4.3.0

spack :: Show a => a -> Text Source #