Skip to content

Releases: AutoHotkey-V2/log4ahk

v0.4.4

31 Jan 06:57
Compare
Choose a tag to compare
  • #17 - log4perl.layout: New Loglevel trace2

v0.4.3

28 Nov 10:38
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release
  • [+] #13: log4ahk.layout: Stack trace of functions called (%L)
  • [-] #14: log4ahk: Fixed Obscure warning using CS as variable name
  • [-] #15: log4ahk: Remove obsolete method log4ahk._indent()
  • [*] #16: callstack: Shorten string "[AUTO-EXECUTE]" to "#"

v0.4.2

22 Nov 07:34
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release
  • [+] #8: log4ahk.layout: Line number within the file where the log statement was issued (%L)
  • [+] #9: log4ahk.layout: Fully qualified name of the calling method followed by the callers source the file name and line number between parentheses. (%l)
  • [+] #10: log4ahk.layout: File where the logging event occurred. (%F)
  • [+] #12: log4ahk.layout: Indentationstring according call depth
  • [-] #11: Initialize membervariables to avoid uninitialized warning
  • Enhanced documentation

v0.4.1

19 Nov 06:51
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • Enhanced Documentation

v0.4.0

16 Nov 08:13
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • #7: Initial implementation of log4ahk.appenders