All public logs

From IdleOn MMO Wiki

Combined display of all available logs of IdleOn MMO Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 08:49, 15 December 2022 Nano talk contribs created page Module:LibraryUtil (Created page with " mw.oldLog = mw.log local oldLog = mw.oldLog mw.oldLogObject = mw.logObject local oldLogObject = mw.oldLogObject local logLevel = 2 mw.log = function(...) local function newLog(...) return oldLog(getCodeLocation(logLevel), mw.allToString(...)) end mw.log = newLog newLog(...) logLevel = 1 end local logObjectLevel = 2 mw.logObject = function(...) local function newLog(...) return oldLog(getCodeLocation(logObjectLevel), mw.dumpObject(...)) end mw.logObject = n...")