StaticLogging.h 251 B

123456789101112131415161718
  1. //
  2. // StaticLogging.h
  3. // Benchmarking
  4. //
  5. // CocoaLumberjack Demos
  6. //
  7. #import <Foundation/Foundation.h>
  8. @interface StaticLogging : NSObject
  9. + (void)speedTest0;
  10. + (void)speedTest1;
  11. + (void)speedTest2;
  12. + (void)speedTest3;
  13. + (void)speedTest4;
  14. @end