Searched refs:outMessage (Results 1 – 2 of 2) sorted by relevance
57 protected void writeToLog(String outMessage) { in testLogEvent()58 Assert.assertEquals("INVOCATION_END: {\"test\":\"value\"}\n", outMessage); in testLogEvent()77 protected void writeToLog(String outMessage) { in testLogEvent_nullArgs()78 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()