Sha256: 26fc721e5d2e984de39bbe934bba479a8905ee5a478b1270c719ef8768e4c0c3

Contents?: true

Size: 694 Bytes

Versions: 8

Compression:

Stored size: 694 Bytes

Contents

/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
 *     Copyright 2018-Present Couchbase, Inc.
 *
 *   Use of this software is governed by the Business Source License included
 *   in the file licenses/BSL-Couchbase.txt.  As of the Change Date specified
 *   in that file, in accordance with the Business Source License, use of this
 *   software will be governed by the Apache License, Version 2.0, included in
 *   the file licenses/APL2.txt.
 */
#pragma once

namespace couchbase::core::logger
{

/**
 * the various severity levels we can log at
 */
enum class level { trace, debug, info, warn, err, critical, off };

} // namespace couchbase::core::logger

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
couchbase-3.5.1 ext/couchbase/core/logger/level.hxx
couchbase-3.5.0 ext/couchbase/core/logger/level.hxx
couchbase-3.4.5 ext/couchbase/core/logger/level.hxx
couchbase-3.4.4 ext/couchbase/core/logger/level.hxx
couchbase-3.4.3 ext/couchbase/core/logger/level.hxx
couchbase-3.4.2 ext/couchbase/core/logger/level.hxx
couchbase-3.4.1 ext/couchbase/core/logger/level.hxx
couchbase-3.4.0 ext/couchbase/core/logger/level.hxx