Hello,

I'm working with jboss 2.0 FINAL.

For logging I'm using the default settings, so ConsoleLogging and
FileLogging are enabled.
When I call System.out.println(text) or System.err.println(text), the text
appears as expected in the console window and in server.log.

But when I call System.out.print(text) or System.err.print(text), the text
appears in the console window, but not in server.log. Even if I call
println() directly after print() only the text of println() appears in
server.log.

Can anybody tell me what's the matter / how to get text into server.log
using print() ?

Best regards
Annegret Sternagel



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to