if (typeof CERNY != 'object') {
    CERNY = {};
}

CERNY.Configuration = {
    Logger: {
        "indentStr": "",
        "ROOT": "OFF"
    },
    Catalog: {
        "include": ["{topincs.path}/catalog.json"],
        "base.path": "4.4.0/",
        "topincs.path": "{base.path}js"
    },
    Interception: {
        active: []
    }
};

CERNY.configure = function() {
    CERNY.method = function(obj, name, func) {
        obj[name] = func;
    };
};

CERNY.print = function(message) {
};
