Skip to content

Releases: xuestrange/Log2file.jl

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Sep 08:18

Log2file v1.0.2

Diff since v1.0.1

1.0.2

Choose a tag to compare

@xuestrange xuestrange released this 12 Sep 07:57

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

Choose a tag to compare

@github-actions github-actions released this 08 Sep 08:44
5b21ca0

Log2file v1.0.1

1.0.1

Choose a tag to compare

@xuestrange xuestrange released this 01 Sep 08:44

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

Choose a tag to compare

@xuestrange xuestrange released this 31 Aug 10:01
17605a2

New Features 🥇

  • Switch between append mode and overwrite mode

0.0.2

Choose a tag to compare

@xuestrange xuestrange released this 16 Oct 04:17
c41b4c8

New Feature 🥇

  • Display in REPL in the meantime.
  • line breaks when handling multiple messages at a specific timestamp

Breaks 🔨

  • @log for a single message, @logm for multile messages.

Initial Release

Choose a tag to compare

@xuestrange xuestrange released this 11 Oct 14:02
0.0.1

prepare for register