MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / getWriter

Method getWriter

CodenameOne/src/com/codename1/io/Log.java:516–521  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

514 }
515
516 private Writer getWriter() throws IOException {
517 if (output == null) {
518 output = createWriter();
519 }
520 return output;
521 }
522
523 /// Returns a simple string containing a timestamp and thread name.
524 ///

Callers 2

logThrowableMethod · 0.95
printMethod · 0.95

Calls 1

createWriterMethod · 0.95

Tested by

no test coverage detected