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

Function GetConsoleLoggerFactory

examples/s3/main.cpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56std::function<std::shared_ptr<Aws::Utils::Logging::LogSystemInterface>()> GetConsoleLoggerFactory()
57{
58 return [] {
59 return Aws::MakeShared<Aws::Utils::Logging::ConsoleLogSystem>(
60 "console_logger", Aws::Utils::Logging::LogLevel::Trace);
61 };
62}
63
64int main()
65{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected