log-warper v1.6.0 Release Notes

    • ๐Ÿ–จ Error is now printed only to stderr, all other messages to stdout.
    • Logger severity is now Set Severity.
    • Interface changes: functions which worked with Severity now work with Set Severity.
    • โœ‚ Remove releaseAllHandlers, streamHandlerWithLock, trapLogging, debugM, errorM, infoM, noticeM, warningM.
    • ๐Ÿ“‡ Rename Wrapper module to Terminal.
    • ๐Ÿ“‡ Rename Handler module to LogHandler.
    • ๐Ÿ“‡ Rename Logger module to IOLogger.
    • ๐Ÿšš Move setSeverity and setSeverityMaybe to IOLogger.
    • Lift all functions inside IOLogger module to MonadIO.
    • handle from LogHandler module is renamed to logHandlerMessage and moved out of type class LogHandler.