Logging using mkws.log notes that it is legacy output.
[mkws-moved-to-github.git] / src / mkws-core.js
index 1d4d26e..6b0ab48 100644 (file)
@@ -111,7 +111,8 @@ function _log(fn, string) {
 };
 
 
-mkws.log = function(x) { _log(mkws.logger.debug, x) };
+// \\\ transitional placeholder function until we have promoted all invocations
+mkws.log = function(x) { _log(mkws.logger.debug, "LEGACY LOG: " + x) };
 /*
 trace("message with severity trace");
 debug("message with severity debug");