Documentation
    Preparing search index...

    Represents a builder for a log entry

    Index

    Constructors

    Properties

    catastrophe: (...args: []) => ZLogEntryBuilder = ...

    Sets the log level to catastrophe.

    Type Declaration

    error: (...args: []) => ZLogEntryBuilder = ...

    Sets the log level to error.

    Type Declaration

    info: (...args: []) => ZLogEntryBuilder = ...

    Sets the log level to info.

    Type Declaration

    warning: (...args: []) => ZLogEntryBuilder = ...

    Sets the log level to warning.

    Type Declaration

    Methods