MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / get_console_logger_factory

Function get_console_logger_factory

tests/main.cpp:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "gtest/gtest.h"
4
5std::function<std::shared_ptr<Aws::Utils::Logging::LogSystemInterface>()> get_console_logger_factory()
6{
7 return [] {
8 return Aws::MakeShared<Aws::Utils::Logging::ConsoleLogSystem>(
9 "console_logger", Aws::Utils::Logging::LogLevel::Warn);
10 };
11}
12
13std::string aws_prefix;
14

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected