k6

Building a Load Testing Framework using K6.io — Logging (Part 7)

The logger.js file defines a logger factory function that creates a logger object with methods for different log levels (debug, info, warn, error). The logger only outputs messages at or above the configured log level. It also supports optional message prefixes..