Searched refs:logTop (Results 1 – 1 of 1) sorted by relevance
41 final SharedLog logTop = new SharedLog("top"); in testBasicOperation() local42 logTop.mark("first post!"); in testBasicOperation()44 final SharedLog logLevel2a = logTop.forSubComponent("twoA"); in testBasicOperation()45 final SharedLog logLevel2b = logTop.forSubComponent("twoB"); in testBasicOperation()52 logTop.log("still logging"); in testBasicOperation()68 verifyLogLines(expected, logTop); in testBasicOperation()