Added bare logging
This commit is contained in:
parent
0666a89c50
commit
61641abdca
1 changed files with 4 additions and 1 deletions
|
@ -22,4 +22,7 @@ Log_msg( message ) {
|
|||
FormatTime, CurrentTime, , yyyyMMddHHmmss
|
||||
FileAppend, %CurrentTime% %message%`r`n, bugn_log.txt
|
||||
}
|
||||
|
||||
|
||||
Log_bare( message ) {
|
||||
FileAppend, %message%`r`n, bugn_log.txt
|
||||
}
|
Loading…
Reference in a new issue