Inherits from ECLogHandler : NSObject
Declared in ECLogHandlerNSLog.h

Overview

Handler which logs to the console using NSLog calls.

If you don’t add an ECLogging.plist file to the application, this log handler will automatically be registered and will be set as the default.

Tasks

Instance Methods

logFromChannel:withObject:arguments:context:

Called by the log manager for each message/object sent to a channel.

- (void)logFromChannel:(ECLogChannel *)channel withObject:(id)object arguments:(va_list)arguments context:(ECLogContext *)context

Parameters

channel

The channel that the log message was sent to.

object

The object/message being logged.

arguments

Additional arguments to the log command.

context

The context in which the object/message is being logged.

Declared In

ECLogHandler.h