mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 13:10:35 +03:00
13 lines
421 B
D
13 lines
421 B
D
/**
|
|
* 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;
|