Newer
Older
dub_jkp / source / dub / internal / vibecompat / core / log.d
@Giacomo De Lazzari Giacomo De Lazzari on 28 Jul 2022 498 bytes Re-added dub.internal.vibecompat.core.log as deprecated
/**	+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;