All Versions
40
Latest Version
Avg Release Cycle
111 days
Latest Release
1715 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.7.0 Changes
- 🌲 #48:
Output for severities is now configured in config file with
termSeveritiesOut
andtermSeveritiesErr
for writing intostdout
andstderr
accordingly. Default behavior:Errors
intostderr
, all other intostdout
. - In yaml config file added new keywords for dealing with
Severities
: 'All' -- all severities, 'X+' -- severities greater or equal to X. - 🔄 Changed .yaml format: logger severity receives set of severities (
Severities
). - 🌲 #32:
Changed .yaml format:
LoggerTree
should be written under 'loggerTree:'. - 🌲 #49:
Add
WithLoggerIO
constraint. - 🌲 #50:
Add
liftLogIO
function intoCanLog
module.
- 🌲 #48:
Output for severities is now configured in config file with
-
v1.6.0 Changes
- 🖨
Error
is now printed only tostderr
, all other messages tostdout
. Logger
severity is nowSet Severity
.- Interface changes: functions which worked with
Severity
now work withSet Severity
. - ✂ Remove
releaseAllHandlers
,streamHandlerWithLock
,trapLogging
,debugM
,errorM
,infoM
,noticeM
,warningM
. - 📇 Rename
Wrapper
module toTerminal
. - 📇 Rename
Handler
module toLogHandler
. - 📇 Rename
Logger
module toIOLogger
. - 🚚 Move
setSeverity
andsetSeverityMaybe
toIOLogger
. - Lift all functions inside
IOLogger
module toMonadIO
. handle
fromLogHandler
module is renamed tologHandlerMessage
and moved out of type classLogHandler
.
- 🖨
-
v1.5.3 Changes
- âž• Add
launchNamedPureLogWith
toPureLogging
- 👌 Improve documentation for
launchNamedPureLog
- âž• Add
-
v1.5.2 Changes
- âž• Add
logPureAction
toPureLogging
. - âž• Add
withSublogger
toHasLoggerName
.
- âž• Add
-
v1.5.1 Changes
- âž• Add
usingNamedPureLogger
toPureLogging
.
- âž• Add
-
v1.5.0 Changes
- Replace
String
toText
inLoggerName
. - 📇 Rename
LoggerName
field name togetLoggerName
. - 📇 Rename
getLoggerName
ofHasLoggerName
class toaskLoggerName
. - 👉 Use
LoggerName
instead ofText
where possible. - 👉 Make separate
HasLoggerName
module. - 👉 Make separate
PureLogging
module. - ✂ Remove
safecopy
dependency and refactor code.
- Replace
-
v1.4.1 Changes
- âž• Add
logEvents
function to log[LogEvent]
with proper logName.
- âž• Add
-
v1.4.0 Changes
- âž• Add ability to specify custom logging action.
-
v1.3.4 Changes
- 📜 Correct logger config parsing
-
v1.3.3 Changes
- 🛠Fixed a bug related to ugly output to stdout even when it was turned off.