Products: Open Source: RWError
RWError was created as a wrapper around NSLog, to add to the capabilities, and to allow the programmer more freedom in how the output is displayed. It also allows the error to be re-directed to a file, or to a dialog.
This work is licensed under the Creative Commons Attribution License.
Subversion Repository Information
To access our Subversion repository for RWError Click here and enter the following information:
- username: anon
- password: (leave blank)
Readme
To access the pListIO Readme, Click here and enter the following information:
- username: anon
- password: (leave blank)
Example
[RWError errorWithString:@"Hello World" going:kToNSLog]; //an error going to NSlog
[RWError errorWithLong:42 going:kToDialog]; //an error number going to a dialog
[RWError errorOn:1==0 going:kToDialog]; //an error that will never happen
Subversion Repository Information
To access our Subversion repository through the Web or a WebDAV enabled client, visit https://scm.wilcoxd.com:8081/svn/OpenSource/Components/Cocoa/RWError/ with the following username and password:
- username: anon
- password: (leave blank)
Download
Download the latest (stable) revision of RWError
The download package includes the class, documentation generated by HeaderDoc, and a sample project.
Return to Products Page
Return to Open Source Page