如何使用 std.experimental.logger 中 loglevel 的级别?

How to use levels from loglevel in std.experimental.logger?

std.experimental.logger有这样的事情:

logf(LogLevel.info, 5 < 6, "%s to the sharedLog with its LogLevel.info", "Logging");

5 < 6 是什么东西?

这是条件。如果条件为 false,则不会记录任何内容。 在此处查看签名:https://dlang.org/phobos/std_experimental_logger_core.html#.log.3