FMNullLogProvider Class Reference

Inherits from FMLogProvider : NSObject
Declared in FM.h

Overview

An implementation of a logging provider that does nothing.

– init

Initializes a new instance of the class.

- (id)init

Discussion

Initializes a new instance of the class.

Declared In

FM.h

– logWithLevel:message:

Ignores a message at the specified log level.

- (void)logWithLevel:(FMLogLevel)level message:(NSString *)message

Parameters

name="level">The

log level.

name="message">The

message.

Discussion

Ignores a message at the specified log level.

Declared In

FM.h

– logWithLevel:message:ex:

Ignores a message at the specified log level.

- (void)logWithLevel:(FMLogLevel)level message:(NSString *)message ex:(NSException *)ex

Parameters

name="level">The

log level.

name="ex">The

exception.

name="message">The

message.

Discussion

Ignores a message at the specified log level.

Declared In

FM.h

– writeLineWithText:

Writes a line of text to the log.

- (void)writeLineWithText:(NSString *)text

Parameters

name="text">The

text to write to the log.

Discussion

Writes a line of text to the log.

Declared In

FM.h