blob: fd97b84a237f7480e1649fe2540828c819c7383e [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef THIRD_PARTY_BLINK_PUBLIC_COMMON_LOGGING_LOGGING_UTILS_H_
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_LOGGING_LOGGING_UTILS_H_
#include "base/logging.h"
#include "third_party/blink/public/common/common_export.h"
#include "third_party/blink/public/mojom/devtools/console_message.mojom-forward.h"
namespace blink {
logging::LogSeverity BLINK_COMMON_EXPORT
ConsoleMessageLevelToLogSeverity(blink::mojom::ConsoleMessageLevel level);
} // namespace blink
#endif // THIRD_PARTY_BLINK_PUBLIC_COMMON_LOGGING_LOGGING_UTILS_H_