rescript-logger
Advanced tools
Changelog
3.0.0
filePath
from Location.t
.rescript@10
.Changelog
2.2.0
ReScriptLogger.Universal
). Useful for apps with SSR.Changelog
2.0.0
rescript-logger
and converted to ReScript
syntax.BrowserLogger
-> ReScriptLogger.Browser
NodeLogger
-> ReScriptLogger.Node
BS_LOG
-> RES_LOG
BS_LOGGER
-> RES_LOGGER
RES_LOG_ONLY
. It allows logging only from specific locations in code.<br />
E.g. RES_LOG_ONLY=Module.Submodule.fn bsb ...
<br />
See Verbosity customization > Code location
.[Module.Submodule.fn] ...
<level>WithData
renamed to <level>1
<level>WithData<x>
renamed to <level><x>
Location.t
record instead of a __MODULE__
string. See Custom loggers
.