X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Fmkws-team.js;h=bdb8af939323814b2d90f8bbff117a916f0cbcac;hb=44087d6889fe4af401f5d96e7541bd7fbdf72737;hp=b402d68af244929596de93ac1196b3d0ffd06812;hpb=1eb85923321cc0725e83985849462f3726a7aae4;p=mkws-moved-to-github.git diff --git a/src/mkws-team.js b/src/mkws-team.js index b402d68..bdb8af9 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -88,8 +88,15 @@ mkws.makeTeam = function($, teamName) { that.queue("log").publish(m_teamName, timestamp, s); } + // ### transitional placeholder function until we have promoted all invocations that.log = function (x) { _log(mkws.log, x) }; + mkws.trace = function(x) { _log(mkws.trace, x) }; + mkws.debug = function(x) { _log(mkws.debug, x) }; + mkws.info = function(x) { _log(mkws.info, x) }; + mkws.warn = function(x) { _log(mkws.warn, x) }; + mkws.error = function(x) { _log(mkws.error, x) }; + mkws.fatal = function(x) { _log(mkws.fatal, x) }; that.log("making new widget team");