{ "id": "@kbn/logging-mocks", "client": { "classes": [], "functions": [], "interfaces": [], "enums": [], "misc": [], "objects": [] }, "server": { "classes": [], "functions": [], "interfaces": [], "enums": [], "misc": [ { "parentPluginId": "@kbn/logging-mocks", "id": "def-server.MockedLogger", "type": "Type", "tags": [], "label": "MockedLogger", "description": [], "signature": [ "{ trace: jest.MockInstance; debug: jest.MockInstance; info: jest.MockInstance; warn: jest.MockInstance; error: jest.MockInstance; fatal: jest.MockInstance; log: jest.MockInstance; isLevelEnabled: jest.MockInstance; get: jest.MockInstance<", { "pluginId": "@kbn/logging", "scope": "server", "docId": "kibKbnLoggingPluginApi", "section": "def-server.Logger", "text": "Logger" }, ", string[]>; } & ", { "pluginId": "@kbn/logging", "scope": "server", "docId": "kibKbnLoggingPluginApi", "section": "def-server.Logger", "text": "Logger" }, " & { context: string[]; }" ], "path": "packages/kbn-logging-mocks/src/logger.mock.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false } ], "objects": [ { "parentPluginId": "@kbn/logging-mocks", "id": "def-server.loggerMock", "type": "Object", "tags": [], "label": "loggerMock", "description": [], "path": "packages/kbn-logging-mocks/src/logger.mock.ts", "deprecated": false, "trackAdoption": false, "children": [ { "parentPluginId": "@kbn/logging-mocks", "id": "def-server.loggerMock.create", "type": "Function", "tags": [], "label": "create", "description": [], "signature": [ "(context?: string[]) => ", { "pluginId": "@kbn/logging-mocks", "scope": "server", "docId": "kibKbnLoggingMocksPluginApi", "section": "def-server.MockedLogger", "text": "MockedLogger" } ], "path": "packages/kbn-logging-mocks/src/logger.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], "children": [ { "parentPluginId": "@kbn/logging-mocks", "id": "def-server.loggerMock.create.$1", "type": "Array", "tags": [], "label": "context", "description": [], "signature": [ "string[]" ], "path": "packages/kbn-logging-mocks/src/logger.mock.ts", "deprecated": false, "trackAdoption": false } ] }, { "parentPluginId": "@kbn/logging-mocks", "id": "def-server.loggerMock.clear", "type": "Function", "tags": [], "label": "clear", "description": [], "signature": [ "(logger: ", { "pluginId": "@kbn/logging-mocks", "scope": "server", "docId": "kibKbnLoggingMocksPluginApi", "section": "def-server.MockedLogger", "text": "MockedLogger" }, ") => void" ], "path": "packages/kbn-logging-mocks/src/logger.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], "children": [ { "parentPluginId": "@kbn/logging-mocks", "id": "def-server.loggerMock.clear.$1", "type": "CompoundType", "tags": [], "label": "logger", "description": [], "signature": [ "{ trace: jest.MockInstance; debug: jest.MockInstance; info: jest.MockInstance; warn: jest.MockInstance; error: jest.MockInstance; fatal: jest.MockInstance; log: jest.MockInstance; isLevelEnabled: jest.MockInstance; get: jest.MockInstance<", { "pluginId": "@kbn/logging", "scope": "server", "docId": "kibKbnLoggingPluginApi", "section": "def-server.Logger", "text": "Logger" }, ", string[]>; } & ", { "pluginId": "@kbn/logging", "scope": "server", "docId": "kibKbnLoggingPluginApi", "section": "def-server.Logger", "text": "Logger" }, " & { context: string[]; }" ], "path": "packages/kbn-logging-mocks/src/logger.mock.ts", "deprecated": false, "trackAdoption": false } ] }, { "parentPluginId": "@kbn/logging-mocks", "id": "def-server.loggerMock.collect", "type": "Function", "tags": [], "label": "collect", "description": [], "signature": [ "(logger: ", { "pluginId": "@kbn/logging-mocks", "scope": "server", "docId": "kibKbnLoggingMocksPluginApi", "section": "def-server.MockedLogger", "text": "MockedLogger" }, ") => { debug: [message: string, meta?: ", { "pluginId": "@kbn/logging", "scope": "server", "docId": "kibKbnLoggingPluginApi", "section": "def-server.LogMeta", "text": "LogMeta" }, " | undefined][]; error: [errorOrMessage: string | Error, meta?: ", { "pluginId": "@kbn/logging", "scope": "server", "docId": "kibKbnLoggingPluginApi", "section": "def-server.LogMeta", "text": "LogMeta" }, " | undefined][]; fatal: [errorOrMessage: string | Error, meta?: ", { "pluginId": "@kbn/logging", "scope": "server", "docId": "kibKbnLoggingPluginApi", "section": "def-server.LogMeta", "text": "LogMeta" }, " | undefined][]; info: [message: string, meta?: ", { "pluginId": "@kbn/logging", "scope": "server", "docId": "kibKbnLoggingPluginApi", "section": "def-server.LogMeta", "text": "LogMeta" }, " | undefined][]; log: [record: ", "LogRecord", "][]; trace: [message: string, meta?: ", { "pluginId": "@kbn/logging", "scope": "server", "docId": "kibKbnLoggingPluginApi", "section": "def-server.LogMeta", "text": "LogMeta" }, " | undefined][]; warn: [errorOrMessage: string | Error, meta?: ", { "pluginId": "@kbn/logging", "scope": "server", "docId": "kibKbnLoggingPluginApi", "section": "def-server.LogMeta", "text": "LogMeta" }, " | undefined][]; }" ], "path": "packages/kbn-logging-mocks/src/logger.mock.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], "children": [ { "parentPluginId": "@kbn/logging-mocks", "id": "def-server.loggerMock.collect.$1", "type": "CompoundType", "tags": [], "label": "logger", "description": [], "signature": [ "{ trace: jest.MockInstance; debug: jest.MockInstance; info: jest.MockInstance; warn: jest.MockInstance; error: jest.MockInstance; fatal: jest.MockInstance; log: jest.MockInstance; isLevelEnabled: jest.MockInstance; get: jest.MockInstance<", { "pluginId": "@kbn/logging", "scope": "server", "docId": "kibKbnLoggingPluginApi", "section": "def-server.Logger", "text": "Logger" }, ", string[]>; } & ", { "pluginId": "@kbn/logging", "scope": "server", "docId": "kibKbnLoggingPluginApi", "section": "def-server.Logger", "text": "Logger" }, " & { context: string[]; }" ], "path": "packages/kbn-logging-mocks/src/logger.mock.ts", "deprecated": false, "trackAdoption": false } ] } ], "initialIsOpen": false } ] }, "common": { "classes": [], "functions": [], "interfaces": [], "enums": [], "misc": [], "objects": [] } }