Java Logging
Posted: 03 May 2010, 16:37
Hi i have a few questoins regarding the logging.
Are there multiple levels of "trace"?
There isn't any way to get my SmartfoxServer.log.log logs into the trace window for extensions right?
Also for using logging is there a way to use parameter substition :
SmartFoxServer.log.log(Level.INFO,"hi {0} ", new Object[]{"there."});
outputs:
hi {0} instead of hi there.
Thanks
Are there multiple levels of "trace"?
There isn't any way to get my SmartfoxServer.log.log logs into the trace window for extensions right?
Also for using logging is there a way to use parameter substition :
SmartFoxServer.log.log(Level.INFO,"hi {0} ", new Object[]{"there."});
outputs:
hi {0} instead of hi there.
Thanks