[slf4j-dev] [Bug 147] New: Document the fact an LogLogger is a Logger

2009-09-05 Thread bugzilla-daemon
http://bugzilla.slf4j.org/show_bug.cgi?id=147 Summary: Document the fact an LogLogger is a Logger Product: SLF4J Version: 1.5.x Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P1

[slf4j-dev] [Bug 147] Document the fact an LogLogger is a Logger

2009-09-05 Thread bugzilla-daemon
http://bugzilla.slf4j.org/show_bug.cgi?id=147 --- Comment #1 from Ceki Gulcu lis...@qos.ch 2009-09-05 14:58:23 --- Two bits of information should answer your question. 1) A LocLogger *is* a Logger and can be used as such. 2) When you write Logger lx = LoggerFactory.getLogger(X);