View source Improve this doc

$log
service in module ngMock

Description

Mock implementation of ng.$log that gathers all logged messages in arrays (one array per logging level). These arrays are exposed as logs property of each of the level-specific log function, e.g. for level error the array is exposed as $log.error.logs.

Methods

Properties