Skip to content

Commit

Permalink
update to version-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maoshuai committed Dec 24, 2020
1 parent 8c899c8 commit 2d76485
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
. ../src/simpleLog4sh.source ../src/simpleLog4sh.cfg


logEcho "hello"
logEchoError "myEchoError"
logEcho "logEcho"
logEchoError "logEchoError"
logTrace "logTrace"
logInfo "logInfo"
logDebug "logDebug"
logError "logError"
logWarn "logWarn"
throw "Exception"

0 comments on commit 2d76485

Please sign in to comment.