Index Hierarchy MSFKLoggerDelegate Protocol Reference Declared in MSFKLogger.h Overview The MSFKLogger delegate interface. Tasks – logFromFunction:message: required method Instance Methods logFromFunction:message: Logs a message. - (void)logFromFunction:(const char *)function message:(NSString *)message Parameters function The calling function, normally func. message The log message. Discussion Logs a message. Declared In MSFKLogger.h Index Hierarchy