Searched defs:FormattingTuple (Results 1 - 2 of 2) sorted by relevance

/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
H A DFormattingTuple.java32 public class FormattingTuple { class
34 static public FormattingTuple NULL = new FormattingTuple(null);
40 public FormattingTuple(String message) { method in class:FormattingTuple
44 public FormattingTuple(String message, Object[] argArray, Throwable throwable) { method in class:FormattingTuple
/external/slf4j/integration/lib/
H A Dslf4j-api-1.6.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/slf4j/helpers/ org/slf4j/spi/ org/ ...

Completed in 168 milliseconds