v2/inc/c_logging/log_sink_console.h (11 lines of code) (raw):
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#ifndef LOG_SINK_CONSOLE_H
#define LOG_SINK_CONSOLE_H
#include "c_logging/log_sink_if.h"
#ifdef __cplusplus
extern "C" {
#endif
extern const LOG_SINK_IF log_sink_console;
#ifdef __cplusplus
}
#endif
#endif /* LOG_SINK_CONSOLE_H */