On Tuesday 30 July 2002 09:18 am, [EMAIL PROTECTED] wrote: > Hi i have a question about logging in Fortress : > > Is it possible to prevent Fortress internal logging to console ? In fact I > would like to have only "my business" logs in the console. > Can i do it declaratively in the xlog file ?
The easiest way would be to pass a "new ConsoleLogger( ConsoleLogger.LEVEL_DISABLED )" to the constructor of ContextManager. -pete -- peter royal -> [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
