History log of /external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/NOPLoggerFactory.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
31212435723e2dfd5d6716d1f6a7b0e66a1e6b38 26-Mar-2015 Ceki Gulcu <ceki@qos.ch> Reformat all code with the exception of the slf4j-android module to use 4 space indentation and max line width of 160.
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/NOPLoggerFactory.java
7ba0605dc97fb81bde8311510d27b3ccba170008 16-Oct-2011 Ceki Gulcu <ceki@qos.ch> update license headers to current year
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/NOPLoggerFactory.java
d1d27b8d8748190f397b0be72c8d85722f8c5b00 06-Apr-2010 Ceki Gulcu <ceki@qos.ch> As of SLF4J version 1.6.0, in the absence of an SLF4J binding,
slf4j-api will default to a no-operation implementation discarding all
log requests. Thus, instead of throwing an exception, SLF4J will emit
a single warning message about the absence of a binding and proceed to
discard all log requests without further protest.
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/NOPLoggerFactory.java
5c507e8a77c68c660779d150ef7637558231aaa5 16-Oct-2008 Ceki Gulcu <ceki@qos.ch> Further refinements in relation to bug 106.

Since the logger returned by the nop factory are not functional (nop loggers),
we need to tell the user that she should not expect any logging from such loggers.

LoggerFactory will now list any nop loggers that it had to create.
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/NOPLoggerFactory.java
88a76d24a017de0548d5cdb0ddea8d731c4542a5 15-Oct-2008 Ceki Gulcu <ceki@qos.ch> Fixing bug 106

Essentially, loggerFactory is now momentarily set to NOPLoggerFactory while the
underlying logging system auto-configures itself.

http://bugzilla.slf4j.org/show_bug.cgi?id=106
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/NOPLoggerFactory.java