BerniWittmann/spielplanismaning

View on GitHub
src/public/services/logger.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Logger has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function Logger(LOG_PREFIX, LOG_MAX_STRING_LENGTH) {
        let LOGGING_ENABLED = false;

        return {
            log: function (text) {
Severity: Minor
Found in src/public/services/logger.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status