blob: 2c1f0ba9db52ca9ecf3c0fc39f635c072e926247 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/**
* This module is now deprecated, use $(MREF std, logger, nulllogger)
* 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/nulllogger.d)
*
* $(SCRIPT inhibitQuickIndex = 1;)
*/
module std.experimental.logger.nulllogger;
public import std.logger.nulllogger;
|