Releases: xuestrange/Log2file.jl
Releases · xuestrange/Log2file.jl
v1.0.2
Log2file v1.0.2
1.0.2
API changed.
Logger()now only takes the positional arguments. Please see the updated README.md.- The actural logfile path is now clearly displayed and documented.
v1.0.1
Log2file v1.0.1
1.0.1
I rewrote most macros of this repo, including
- Define a Struct that saves the log file setting, such as line length, log file path, etc..
- This Struct will be passed to each macro each time
1.0.0
New Features 🥇
- Switch between append mode and overwrite mode
0.0.2
New Feature 🥇
- Display in REPL in the meantime.
- line breaks when handling multiple messages at a specific timestamp
Breaks 🔨
@logfor a single message,@logmfor multile messages.
Initial Release
0.0.1 prepare for register