/** | |
* This module is now deprecated, use $(MREF std, logger) | |
* instead. | |
* | |
* Copyright: Copyright The D Language Foundation 2005 - 2015. | |
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). | |
* Authors: | |
* Source: $(PHOBOSSRC std/experimental/logger/package.d) | |
* | |
* $(SCRIPT inhibitQuickIndex = 1;) | |
*/ | |
module std.experimental.logger; | |
public import std.logger.core; | |
public import std.logger.filelogger; | |
public import std.logger.multilogger; | |
public import std.logger.nulllogger; |