-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# This is a combination of 4 commits.
# The first commit's message is: added syslog support # This is the 2nd commit message: Fixed Julia 0.4 depwarns maintaining 0.3 compatibility. # This is the 3rd commit message: Set the max message log for syslog to 1024, also is configurable. # This is the 4th commit message: TEMP: address code review comments
- Loading branch information
1 parent
e5a6eb5
commit ff675cf
Showing
3 changed files
with
82 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
using Logging: debug, info, warn | ||
include("log_test.jl") | ||
include("macro_test1.jl") | ||
include("macro_test2.jl") | ||
|