def note(self, msg, *args, **kwargs):
     if self._logLevel >= LOGLEVEL.NOTE:
         BigWorld.logNotice(MOD_INFO.NAME, msg, None)