script-monad v0.0.2 Release Notes
-
- ➕ Added
- ScriptT:
draft
function - HttpT:
catchAnyError
function - HttpT:
logDebug
,logInfo
,logNotice
,logWarning
,logError
,logCritical
,logAlert
,logEmergency
, andsetLogSeverity
functions - HttpT:
printHttpLogs
- HttpT:
_logMinSeverity
option
- ScriptT:
- 🔄 Changed
- HttpT: refactored logging to use syslog conventions
- 🛠 Fixed
- ScriptT: Bug in implementation of
catch
was cutting off the logs
- ScriptT: Bug in implementation of
- ✂ Removed
- HttpT:
logEntry
function; deprecated in favor of syslog-flavored logger functions
- HttpT:
- ➕ Added