Crashpad
|
Captures log messages produced on the current thread during an object’s lifetime. More...
#include "util/thread/thread_log_messages.h"
Public Member Functions | |
const std::vector< std::string > & | log_messages () const |
Captures log messages produced on the current thread during an object’s lifetime.
At most one object of this class type may exist on a single thread at a time. When using this class, no other part of the program may call logging::SetLogMessageHandler()
at any time.
|
inline |