[slf4j-dev] Release of SLF4J 1.0beta4 and NLOG4J 1.2.13

Ceki Gülcü listid at qos.ch
Tue Jun 28 18:31:50 CEST 2005


SLF4J.ORG is proud to release SLF4J 1.0-beta-4 and NLOG4J version
1.2.13. Following discussions on the SLF4J developers list, the
signatures of the printing methods in org.slf4j.Logger interface have
been modified to admit messages of type String instead of type Object
as previously. The current set of printing methods is listed below.

  void debug(String msg);
  void debug(String format, Object arg);
  void debug(String format, Object arg1, Object arg2);
  void debug(String msg, Throwable t);

  void error(String msg);
  void error(String format, Object arg;)
  void error(String format, Object arg1, Object arg2);
  void error(String msg, Throwable t);

  void info(String msg);
  void info(String format, Object arg);
  void info(String format, Object arg1, Object arg2);
  void info(String msg, Throwable t);

  void warn(String msg);
  void warn(String format, Object arg);
  void warn(String format, Object arg1, Object arg2);
  void warn(String msg, Throwable t);

NLOG4J release 1.2.13 reflects changes in the SLF4J API.

You can download SLF4J and NLOGJ, including full source code, class
files and documentation on our download page, shown below.

   http://www.slf4j.org/download.html

You can receive SLF4J and NLOG4J related announcements by subscribing
to the SLF4J announce mailing list. To subscribe to SLF4J-announce
list, please visit the following URL.

   http://www.slf4j.org/mailman/listinfo/announce



-- 
Ceki Gülcü

   The complete log4j manual: http://www.qos.ch/log4j/





More information about the slf4j-dev mailing list