// // Stuff.h // GlobalLogLevel // // CocoaLumberjack Demos // #import @interface Stuff : NSObject + (void)doStuff; @end