diff --git a/source/dub/internal/vibecompat/core/log.d b/source/dub/internal/vibecompat/core/log.d new file mode 100644 index 0000000..d352e8a --- /dev/null +++ b/source/dub/internal/vibecompat/core/log.d @@ -0,0 +1,14 @@ +/** +deprecated("Please use dub.logging") + This module contained logging functions, but has been replaced by dub.logging + which provides colored output and other facilities. + + Copyright: © 2012 rejectedsoftware e.K., © 2018 Giacomo De Lazzari + License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. + Authors: Sönke Ludwig, Giacomo De Lazzari +*/ + +deprecated("Please use dub.logging") + +module dub.internal.vibecompat.core.log; + +public import dub.logging;