Interface: LogImportRegistration
Makaio Framework / ai-adapters-core / LogImportRegistration
Interface: LogImportRegistration
Section titled “Interface: 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.
Properties
Section titled “Properties”displayName
Section titled “displayName”displayName:
string
Defined in: ../../../adapters/core/src/log-importer/registry-types.ts:51
Human-readable name.
LogDiscoveryOrchestratorClass?
Section titled “LogDiscoveryOrchestratorClass?”
optionalLogDiscoveryOrchestratorClass?: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
Section titled “logFilePattern”logFilePattern:
string
Defined in: ../../../adapters/core/src/log-importer/registry-types.ts:64
Glob pattern for log files.
LogImporterClass
Section titled “LogImporterClass”LogImporterClass:
LogImporterConstructor
Defined in: ../../../adapters/core/src/log-importer/registry-types.ts:53
Log importer class constructor.
LogOrchestratorClass?
Section titled “LogOrchestratorClass?”
optionalLogOrchestratorClass?:LogOrchestratorConstructor
Defined in: ../../../adapters/core/src/log-importer/registry-types.ts:55
Optional orchestrator class for full session import mode.