- /** +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;