Home
last modified time | relevance | path

Searched refs:TARGET_STREAM (Results 1 – 1 of 1) sorted by relevance

/external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/
DSimpleLogger.java142 private static PrintStream TARGET_STREAM = null; field in SimpleLogger
201 TARGET_STREAM = computeTargetStream(LOG_FILE); in init()
377 TARGET_STREAM.println(buf.toString()); in write()
379 t.printStackTrace(TARGET_STREAM); in write()
381 TARGET_STREAM.flush(); in write()