Functions for object printing and description in mulle-objc.
mulle_fprintf
- Print to file with formatmulle_objc_warn_printf
- Print warning messageMulleObjCObjectGetClassNameUTF8String
- Get class name string
-
Output Formatting
- Handle NULL values
- Format properly
- Clean output
- Consider encoding
-
Thread Safety
- Thread-safe output
- Handle concurrent prints
- Buffer appropriately
- Clean up properly
-
Best Practices
- Use appropriate function
- Check return values
- Handle errors
- Document format
-
Performance
- Buffer output
- Minimize allocations
- Cache when possible
- Clean up buffers