ChemPare Documentation - v0.0.0
    Preparing search index...

    Enumeration LogLevel

    Available logging levels in ascending order of severity: DEBUG → INFO → WARN → ERROR

    const logger = new Logger('App');
    logger.debug('This is a debug message');
    Index

    Enumeration Members

    Enumeration Members

    DEBUG: "debug"

    Detailed information for debugging purposes

    INFO: "info"

    General information about program execution

    WARN: "warn"

    Potentially harmful situations that don't affect program execution

    ERROR: "error"

    Error conditions that affect program execution