|
Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
|
This is the complete list of members for LoggerDelegate, including all inherited members.
| Flush()=0 | LoggerDelegate | pure virtual |
| Init(const std::string &storagePath)=0 | LoggerDelegate | pure virtual |
| WriteToLog(const LogLevel level, const std::string &message, const std::string &function, const std::string &file, const int32_t line)=0 | LoggerDelegate | pure virtual |
| WriteToLogWithContext(const LogLevel level, const std::string &message, const std::string &function, const std::string &file, const int32_t line, const std::shared_ptr< void > &) | LoggerDelegate | inlinevirtual |
| WriteToLogWithLogMessage(const LogMessageData &logMessage) | LoggerDelegate | inlinevirtual |