[Haskell-cafe] Getting debugging/logging info?

Neil Mitchell ndmitchell at gmail.com
Mon Jul 2 18:40:48 EDT 2007


Hi

> SystemLogging.LogInfo("Did Something");
> SystemLogging.LogInfo("x is " + x );
>
> How can we do something similar in Haskell?

See trace: http://www.haskell.org/hoogle/?q=trace

Thanks

Neil


More information about the Haskell-Cafe mailing list