Conforms to NSObject
Declared in LELogger.h

Overview

You may provide an implementation of this protocol to the LELogger to have all log from the LEGO Device SDK written to a custom destination (for instance a remote logging server).

Tasks

Instance Methods

writeMessage:logLevel:

Writes a message from the LEGO Device SDK to a custom logging destination.

- (void)writeMessage:(NSString *)message logLevel:(LELoggerLevel)level

Parameters

message

The message that will be written to the logging destination

level

The log level

Discussion

Writes a message from the LEGO Device SDK to a custom logging destination.

Declared In

LELogger.h