]> git.ipfire.org Git - thirdparty/gcc.git/blame_incremental - libphobos/src/std/experimental/logger/multilogger.d
c++: -Wtemplate-body and tentative parsing [PR120575]
[thirdparty/gcc.git] / libphobos / src / std / experimental / logger / multilogger.d
... / ...
CommitLineData
1/**
2 * This module is now deprecated, use $(MREF std, logger, multilogger)
3 * instead.
4 *
5 * Copyright: Copyright The D Language Foundation 2005 - 2015.
6 * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
7 * Authors:
8 * Source: $(PHOBOSSRC std/experimental/logger/multilogger.d)
9 *
10 * $(SCRIPT inhibitQuickIndex = 1;)
11 */
12module std.experimental.logger.multilogger;
13public import std.logger.multilogger;