Interface CreateLogOptions

Options for creating a log.

interface CreateLogOptions {
    formatter?: FormatLogItem;
    noEmit?: boolean;
}

Properties

Properties

formatter?: FormatLogItem

Format a log item.

noEmit?: boolean

Do not emit log events.