- Add
impl Default for Config
.
Breaking changes:
- Replace constructor
with_prefix
byConfig::module_prefix
Output changes:
- A log entry is now formated as:
$LEVEL $FILE_PATH:$LINE_NUMBER $message
- Fix dependency:
log = { version="0.4", features=["std"] }
- Allow to config on where messages are logged: On the same line or on its own line. Default to one-line.
Changes:
- Log
$LineNumber:$FilePath
instead of target
Changes
Level::Trace => console::debug_4
andLevel::Debug => console::log_4
(see https://gitlab.com/limira-rs/wasm-logger/merge_requests/2)
Changes
- Prettify log's entries (see https://gitlab.com/limira-rs/wasm-logger/merge_requests/1)
- Update README