FileLogger
@aurorajs.dev/catalyst-cli / generator/engine/file-manager / FileLogger
Interface: FileLogger
Section titled “Interface: 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.
Methods
Section titled “Methods”log(
message, …args):void
Defined in: generator/engine/file-manager.ts:35
Parameters
Section titled “Parameters”message
Section titled “message”string
…unknown[]
Returns
Section titled “Returns”void