Searched refs:logParser (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/log/service/
H A DAgentLogParserTest.java31 private AgentLogParser logParser; field in class:AgentLogParserTest
35 logParser = new AgentLogParser();
45 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
60 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
76 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
91 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
106 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
/forgerock/openam/openam-core/src/test/java/com/sun/identity/log/service/
H A DAgentLogParserTest.java32 private AgentLogParser logParser; field in class:AgentLogParserTest
36 logParser = new AgentLogParser();
64 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
76 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
92 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
107 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
119 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
134 AgentLogParser.LogExtracts logExtracts = logParser.tryParse(message);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/service/
H A DLogRecWrite.java207 AgentLogParser logParser = new AgentLogParser();
208 LogExtracts logExtracts = logParser.tryParse(record.getMessage());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/service/
H A DLogRecWrite.java207 AgentLogParser logParser = new AgentLogParser();
208 LogExtracts logExtracts = logParser.tryParse(record.getMessage());

Completed in 30 milliseconds