⇒
Index (Frames)
|
⇒
Index (No Frames)
|
⇒
Package
|
⇒
Package Tree
|
⇒
Full Tree
Class SimpleLayout
java.lang.Object | +--
org.apache.log4j.Layout
| +--org.apache.log4j.SimpleLayout
class
SimpleLayout
extends
Layout
SimpleLayout consists of the level of the log statement, followed by " - " and then the log message itself. For example,
DEBUG - Hello worl
Author:
Ceki G