winston warning

This commit is contained in:
Thomas Breloff 2016-03-07 20:36:19 -05:00
parent a43d32949e
commit 5699446d69

View File

@ -5,7 +5,8 @@
function _initialize_backend(::WinstonPackage; kw...)
@eval begin
ENV["WINSTON_OUTPUT"] = "gtk"
# ENV["WINSTON_OUTPUT"] = "gtk"
warn("Winston is no longer supported... many features will likely be broken.")
import Winston, Gtk
export Winston, Gtk
end