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

Function GetConsoleLoggerFactory

examples/dynamodb/main.cpp:199–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199std::function<std::shared_ptr<Aws::Utils::Logging::LogSystemInterface>()> GetConsoleLoggerFactory()
200{
201 return [] {
202 return Aws::MakeShared<Aws::Utils::Logging::ConsoleLogSystem>(
203 "console_logger", Aws::Utils::Logging::LogLevel::Trace);
204 };
205}
206
207int main()
208{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected