Lines Matching refs:NSString
248 + (id)standardLoggerWithPath:(NSString *)path;
275 - (void)logDebug:(NSString *)fmt, ... NS_FORMAT_FUNCTION(1, 2);
277 - (void)logInfo:(NSString *)fmt, ... NS_FORMAT_FUNCTION(1, 2);
279 - (void)logError:(NSString *)fmt, ... NS_FORMAT_FUNCTION(1, 2);
281 - (void)logAssert:(NSString *)fmt, ... NS_FORMAT_FUNCTION(1, 2);
310 - (void)logFuncDebug:(const char *)func msg:(NSString *)fmt, ...
312 - (void)logFuncInfo:(const char *)func msg:(NSString *)fmt, ...
314 - (void)logFuncError:(const char *)func msg:(NSString *)fmt, ...
316 - (void)logFuncAssert:(const char *)func msg:(NSString *)fmt, ...
362 - (void)logMessage:(NSString *)msg level:(GTMLoggerLevel)level;
373 + (id)fileHandleForLoggingAtPath:(NSString *)path mode:(mode_t)mode;
410 - (NSString *)stringForFunc:(NSString *)func
411 withFormat:(NSString *)fmt
423 - (NSString *)prettyNameForFunc:(NSString *)func;
435 NSString *pname_;
448 - (BOOL)filterAllowsMessage:(NSString *)msg level:(GTMLoggerLevel)level;
499 format:(NSString *)fmt