Package | Description |
---|---|
com.opensymphony.provider.log |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLogProvider
Default LogProvider implementation (will be used if no other is available,
or there is error in loading another one).
|
class |
FullLogProvider
Prints all msgs to System.err (in a simple format).
|
class |
Log4JProvider
LogProvider that uses Categories of Log4J, see the
Log4J website
for more details.
|
class |
NullLogProvider
LogProvider implementation that does not log any messages anywhere.
|