MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / FileLogger

Method FileLogger

app/plugins/file_logger/file_logger.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28namespace plugins
29{
30FileLogger::FileLogger() :
31 FileLoggerTags("File Logger", "Enable log output to a file.", {}, {}, {{"log-file", "Write log messages to the given file name"}})
32{
33}
34
35bool FileLogger::handle_option(std::deque<std::string> &arguments)
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected