MBModuleBase Class Reference

Inherits from NSObject
Conforms to MBModule
Declared in MBModule.h

Overview

Modules are the mechanism by which functionality is added to Mockingbird.

Related sets of code are exposed as modules, each of which is represented by an MBModule singleton instance.

Each module has an associated logger, which can be used to report module-specific information to the console.

  log

Returns the MBModuleLog associated with the receiver.

@property (nonnull, nonatomic, readonly) MBModuleLog *log

Discussion

The log can be used to record notable runtime occurrances to the console.

Declared In

MBModule.h