mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 12:33:57 -04:00 
			
		
		
		
	
		
			
				
	
	
	
		
			497 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			497 B
		
	
	
	
	
	
	
	
Usage
RemoteLog supports all the format specifiers of NSLog so it should be very easy to migrate to.
- Copy RemoteLog.hto$THEOS/include
- Change the ip addresses in the RemoteLog.hfile to match your computer's ip address
- Include the header in any source files you want to use it in:
#include <RemoteLog.h>
- Replace calls to NSLogwith calls toRLog:
RLog(@"Test log: %@", someObject);
- Run the python server on your computer and watch the logs coming in :)
