From ccb8c90778469478759d7e890b39f8459f19ddf6 Mon Sep 17 00:00:00 2001 From: Vincent Lostanlen Date: Thu, 17 Nov 2016 16:43:12 +0100 Subject: [PATCH] No longer export info and warn closes https://github.com/kmsquire/Logging.jl/issues/27 but is not backwards compatible --- src/Logging.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Logging.jl b/src/Logging.jl index e2c24d95..08992de2 100644 --- a/src/Logging.jl +++ b/src/Logging.jl @@ -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,