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
  1. /** +deprecated("Please use dub.logging")
  2. This module contained logging functions, but has been replaced by dub.logging
  3. which provides colored output and other facilities.
  4.  
  5. Copyright: © 2012 rejectedsoftware e.K., © 2018 Giacomo De Lazzari
  6. License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
  7. Authors: Sönke Ludwig, Giacomo De Lazzari
  8. */
  9.  
  10. deprecated("Please use dub.logging")
  11.  
  12. module dub.internal.vibecompat.core.log;
  13.  
  14. public import dub.logging;