RemoteLog icon indicating copy to clipboard operation
RemoteLog copied to clipboard

Simple remote logging system using UDP datagrams

Results 1 RemoteLog issues
Sort by recently updated
recently updated
newest added

Consider the following program ```objc #import #import "RemoteLog.h" int main() { RLog(@"xyz %@"); } ``` In current `master`, this code compiles without warnings. However, we observe there's a bug here,...