vlocode-project - v2.4.3
    Preparing search index...

    Class FileWriter

    Log writer that appends each entry to a file as a single line of JSON (NDJSON). Writes are synchronous (appendFileSync) so entries are durable even when the process exits hard via process.exit(). The parent directory is created on demand.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    directoryEnsured: boolean = false
    fileName: string

    Methods