Searched refs:outMessage (Results 1 – 2 of 2) sorted by relevance
54 protected void writeToLog(String outMessage) { in testLogEvent()55 Assert.assertEquals("INVOCATION_END: {\"test\":\"value\"}\n", outMessage); in testLogEvent()74 protected void writeToLog(String outMessage) { in testLogEvent_nullArgs()75 Assert.assertEquals("INVOCATION_END: {}\n", outMessage); in testLogEvent_nullArgs()
85 String outMessage = LogUtil.getLogFormatString(logLevel, tag, message); in internalPrintLog() local87 System.out.print(outMessage); in internalPrintLog()91 writeToLog(outMessage); in internalPrintLog()