hunt-searchengine-0.3.0.1: A search and indexing engine.

Safe HaskellNone
LanguageHaskell98

Hunt.Utility.Log

Description

Logging auxiliary functions.

The LogShow is an alternative Show instance for a custom representation in logs. It uses the Show instance by default.

Synopsis

Documentation

class LogShow e where Source

Alternative Show instance for a custom representation in logs. It uses the Show instance by default.

Methods

logShow :: e -> String Source