Skip to content

FileLogger

@aurorajs.dev/catalyst-cli


@aurorajs.dev/catalyst-cli / generator/engine/file-manager / FileLogger

Defined in: generator/engine/file-manager.ts:34

Minimal logging surface used by the file manager and file writer.

Matches oclif.Command.log so commands can be passed directly; tests and programmatic callers can pass any object with a log method.

log(message, …args): void

Defined in: generator/engine/file-manager.ts:35

string

unknown[]

void