chromium/third_party/blink/common/logging/logging_utils.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/public/common/logging/logging_utils.h"

#include "third_party/blink/public/mojom/devtools/console_message.mojom.h"

namespace blink {

logging::LogSeverity ConsoleMessageLevelToLogSeverity(
    blink::mojom::ConsoleMessageLevel level) {}

}  // namespace blink