| Anonymous | Login | Signup for a new account | 06-10-2026 22:17 PDT |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0005074 | [Resin] | minor | always | 05-10-12 13:08 | 06-18-12 14:06 | ||||
| Reporter | rickHigh | View Status | public | ||||||
| Assigned To | rickHigh | ||||||||
| Priority | normal | Resolution | fixed | Platform | |||||
| Status | closed | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | Product Version | 4.0.29 | |||||
| Product Build | |||||||||
| Summary | 0005074: DOC Issues: Logging docs: Using a custom logger | ||||||||
| Description |
The example that shows using a custom logger is missing the <formatter/> element. Here is an example that does work: <resin xmlns="http://caucho.com/ns/resin" [^] xmlns:resin="urn:java:com.caucho.resin" xmlns:java-logging="urn:java:java.util.logging"> <log-handler name="" level="all" path="stdout:"> <formatter><java-logging:SimpleFormatter/></formatter> </log-handler> ... |
||||||||
| Steps To Reproduce | |||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
Notes |
|
|
(0005761) rickHigh 05-10-12 13:16 |
A little further on this.... <resin xmlns="http://caucho.com/ns/resin" [^] xmlns:resin="urn:java:com.caucho.resin" xmlns:java-logging="urn:java:java.util.logging"> This does not work... it uses Resin's standard logging. There is no error message generated. <log-handler name="" level="all" path="stdout:"> <java-logging:XMLFormatter/> </log-handler> This does work, it changes Resin's logging to use XML. <log-handler name="" level="all" path="stdout:"> <formatter><java-logging:XMLFormatter/></formatter> </log-handler> |
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |