X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Flogging%2Fapi%2Ftransforms.js;h=301b1eb32487c711d24496e61f78e273f4013131;hp=2e2b8dceb8e5b28b71ff59714e327ec7d07deeec;hb=refs%2Ftags%2Fv3.0.0rc2;hpb=f2dc2462571800e62cba969964de621dca09299c diff --git a/skyquake/plugins/logging/api/transforms.js b/skyquake/plugins/logging/api/transforms.js index 2e2b8dceb..301b1eb32 100644 --- a/skyquake/plugins/logging/api/transforms.js +++ b/skyquake/plugins/logging/api/transforms.js @@ -40,7 +40,8 @@ Support.severities = function() { * Class to convert RESTConf data to logging plugin */ - +var LoggingConfigDecoder = {}; +var LoggingConfigEncoder = {}; LoggingConfigDecoder = function(debugMode) { this.debugMode = debugMode || false