Sha256: cdf167475dfb9d69416331feb13b7d94f3b01d1027d3201a7ec66c59954f3efa

Contents?: true

Size: 379 Bytes

Versions: 16

Compression:

Stored size: 379 Bytes

Contents

#include "../logging.hpp"
#include <windows.h>

namespace leatherman { namespace test {

    string logging_format_context::get_color(log_level lvl) const
    {
        // So far I've found no way to successfully test console color when output is redirected,
        // as happens when running with ctest or make test.
        return "";
    }

}}  // namespace leatherman::test

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
facter-3.12.2.cfacter.20181217 ext/facter/leatherman/logging/tests/windows/logging.cc
facter-3.12.1.cfacter.20181031 ext/facter/leatherman/logging/tests/windows/logging.cc
facter-3.11.6.cfacter.20181031 ext/facter/leatherman/logging/tests/windows/logging.cc
facter-3.12.1.cfacter.20181023 ext/facter/leatherman/logging/tests/windows/logging.cc
facter-3.11.5.cfacter.20181022 ext/facter/leatherman/logging/tests/windows/logging.cc
facter-3.12.0.cfacter.20181004 ext/facter/leatherman/logging/tests/windows/logging.cc
facter-3.12.0.cfacter.20181001 ext/facter/leatherman/logging/tests/windows/logging.cc
facter-3.12.0.cfacter.20180918 ext/facter/leatherman/logging/tests/windows/logging.cc
facter-3.11.4.cfacter.20180821 ext/facter/leatherman/logging/tests/windows/logging.cc
facter-3.11.3.cfacter.20180716 ext/facter/leatherman/logging/tests/windows/logging.cc
facter-3.11.2.cfacter.20180612 ext/facter/leatherman/logging/tests/windows/logging.cc
facter-3.9.6.cfacter.20180612 ext/facter/leatherman/logging/tests/windows/logging.cc
facter-3.11.2.cfacter.20180606 ext/facter/leatherman/logging/tests/windows/logging.cc
facter-3.9.6.cfacter.20180606 ext/facter/leatherman/logging/tests/windows/logging.cc
facter-3.11.0.cfacter.20180319 ext/facter/leatherman/logging/tests/windows/logging.cc
cfacter-3.11.0.rc.20180314 ext/facter/leatherman/logging/tests/windows/logging.cc