@interface SelligentLogger : NSObject
+ (void)log:(NSString *)logMessage;
@end
