Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in 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 |