Skip to content

Interface: LogImportRegistration

Makaio Framework


Makaio Framework / ai-adapters-core / LogImportRegistration

Defined in: ../../../adapters/core/src/log-importer/registry-types.ts:49

Registration metadata for log importers.

Used by runtimes to wire importers into the LogImportRegistry. The adapter name is provided by the runtime at registration time via adapter.name.

displayName: string

Defined in: ../../../adapters/core/src/log-importer/registry-types.ts:51

Human-readable name.


optional LogDiscoveryOrchestratorClass?: LogOrchestratorConstructor

Defined in: ../../../adapters/core/src/log-importer/registry-types.ts:62

Optional orchestrator class for shallow discovery mode.

When present, the runtime uses this class instead of LogOrchestratorClass when the adapter’s import mode is set to 'discover'.


logFilePattern: string

Defined in: ../../../adapters/core/src/log-importer/registry-types.ts:64

Glob pattern for log files.


LogImporterClass: LogImporterConstructor

Defined in: ../../../adapters/core/src/log-importer/registry-types.ts:53

Log importer class constructor.


optional LogOrchestratorClass?: LogOrchestratorConstructor

Defined in: ../../../adapters/core/src/log-importer/registry-types.ts:55

Optional orchestrator class for full session import mode.