Interface: LogFileChangeEvent
Makaio Framework / ai-adapters-core/node / LogFileChangeEvent
Interface: LogFileChangeEvent
Section titled “Interface: LogFileChangeEvent”Defined in: ../../../adapters/core/src/log-importer/log-import-watcher.ts:5
Properties
Section titled “Properties”changeType
Section titled “changeType”changeType:
"created"|"modified"|"rotated"
Defined in: ../../../adapters/core/src/log-importer/log-import-watcher.ts:16
Type of change detected by the watcher.
filePath
Section titled “filePath”filePath:
string
Defined in: ../../../adapters/core/src/log-importer/log-import-watcher.ts:7
Absolute path to the changed file.
stat:
object
Defined in: ../../../adapters/core/src/log-importer/log-import-watcher.ts:9
Current file stats needed for cursor and rotation handling.
mtime:
Date
Last modification time.
size:
number
File size in bytes.