Skip to content

Commit

Permalink
No longer export info and warn
Browse files Browse the repository at this point in the history
closes kmsquire#27 but is not backwards compatible
  • Loading branch information
Vincent Lostanlen authored Nov 17, 2016
1 parent b1492b8 commit ccb8c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logging.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Logging

import Base: show, info, warn

export debug, info, warn, err, critical,
export debug, err, critical,
@debug, @info, @warn, @err, @error, @critical, @log,
Logger,
LogLevel, DEBUG, INFO, WARNING, ERROR, CRITICAL, OFF,
Expand Down

0 comments on commit ccb8c90

Please sign in to comment.