
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Dependent
|
|
|
|
This issue is dependent on:
|
|
GDS-189
replace org.granite.logging by slf4j
|
|
|
|
|
|
|
|
GDS should rely on log4j and allow alternate logging systems.
|
|
Description
|
GDS should rely on log4j and allow alternate logging systems. |
Show » |
Sort Order:
|
It is also possible to specify a startup variable: -Dorg.granite.logger.impl=path.to.MyLogger.
Note that MyLogger must extend org.granite.logging.Logger and have a public constructor with this signature:
public MyLogger(String name, LoggingFormatter formatter).