Newer
Older
dub_jkp / source / dub / internal / vibecompat / core / log.d
/**	+deprecated("Please use dub.internal.logging")
	This module contained logging functions, but has been replaced by dub.internal.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.internal.logging")

module dub.internal.vibecompat.core.log;

public import dub.internal.logging;