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