Your IP : 216.73.216.79


Current Path : /var/www/html/dynaweb-starter/node_modules/yaml/dist/
Upload File :
Current File : /var/www/html/dynaweb-starter/node_modules/yaml/dist/log.js

'use strict';

function debug(logLevel, ...messages) {
    if (logLevel === 'debug')
        console.log(...messages);
}
function warn(logLevel, warning) {
    if (logLevel === 'debug' || logLevel === 'warn') {
        if (typeof process !== 'undefined' && process.emitWarning)
            process.emitWarning(warning);
        else
            console.warn(warning);
    }
}

exports.debug = debug;
exports.warn = warn;