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]
[jBoss-User] System.out.print does not appear in server.log
Sternagel Annegret (PN-SYS/DAS) Mon, 12 Feb 2001 06:47:55 -0800
- RE: [jBoss-User] System.out.print does not... Sternagel Annegret (PN-SYS/DAS)
- RE: [jBoss-User] System.out.print doe... Kenworthy, Edward
