Skip to content

Commit

Permalink
fix: change appenders console out
Browse files Browse the repository at this point in the history
  • Loading branch information
zzerd committed Apr 4, 2021
1 parent 0e815a3 commit 8e9b38e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions log4j/appenders/_.aardio
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ console = function(loggingEvent,...){
console.log('')
console.setTextAttribute(color)
console.dump(msg)
console.setTextAttribute(0xF)
console.log('\n')
thread.unlock('console')
}
)
Expand Down

0 comments on commit 8e9b38e

Please sign in to comment.