log_mock
Allows to create mock implementations of Log, compatible to the "axLog" and "axGlobalLog"
injections.
Contents
Module Members
Module Members
create()
Creates a log mock that does not actually log anywhere, but can be spied upon.
Returns
| Type | Description |
|---|---|
AxLog |
a fresh mock instance |