Releases: AutoHotkey-V2/log4ahk
Releases · AutoHotkey-V2/log4ahk
v0.4.4
v0.4.3
v0.4.2
- [+] #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
- Enhanced Documentation