Conforms to NSObject
Declared in STWLogger.h

Overview

STWLoggerDelegate is the low level logging interface.

This protocol exists for testability increasement.

Tasks

Instance Methods

log:

Just log a message.

- (void)log:(NSString *)message

Parameters

message

the message to log

Discussion

Just log a message.

Declared In

STWLogger.h