Declared in MSFKLogger.h

Overview

The MSFKLogger delegate interface.

Tasks

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