Lines Matching refs:LogParse
23 const std::string LogParse::UNMATCHED_EXCEPTION = "UnMatchedException";
26 const std::map<std::string, std::set<std::string>> LogParse::ignoreList_ = {
50 const std::set<std::string> LogParse::exceptionList_ = {
77 bool LogParse::IsIgnoreLibrary(const string& val) const
94 bool LogParse::GetValidStack(int num, stack<string>& inStack, stack<string>& outStack) const
112 stack<string> LogParse::GetStackTop(const vector<string>& validStack, const size_t num) const
124 list<vector<string>> LogParse::StackToMultipart(stack<string>& inStack, size_t num) const
154 string LogParse::GetValidBlock(stack<string> inStack, vector<string>& lastPart) const
201 vector<string> LogParse::GetValidStack(size_t num, stack<string>& inStack) const
227 string LogParse::MatchExceptionLibrary(const string& val)
229 for (auto& str : LogParse::exceptionList_) {
237 void LogParse::MatchIgnoreLibrary(stack<string> inStack, stack<string>& outStack, size_t num) const
272 std::string LogParse::GetFilterTrace(const std::string& info, std::vector<std::string>& trace,
288 void LogParse::SetFrame(std::stack<std::string>& stack, std::map<std::string, std::string>& eventInfo) const
300 bool LogParse::HasExceptionList(const string& line) const