chromium/third_party/openscreen/src/tools/cddl/logging.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 "tools/cddl/logging.h"

// static
void Logger::Abort(const char* condition) {}

void Logger::InitializeInstance() {}

void Logger::VerifyInitialized() {}

const char* Logger::MakePrintable(const std::string& data) {}

Logger::Logger() {}

// Static:
Logger* Logger::Get() {}

// Static:
Logger* Logger::singleton_ =;