MCPcopy
hub / github.com/walterhiggins/ScriptCraft / bukkitLog

Function bukkitLog

src/main/js/lib/console.js:56–61  ·  view source on GitHub ↗
(level, restOfArgs)

Source from the content-addressed store, hash-verified

54
55module.exports = function(logger) {
56 function bukkitLog(level, restOfArgs) {
57 logger['log(java.util.logging.Level,java.lang.String)'](
58 java.util.logging.Level[level],
59 consMsg(restOfArgs)
60 );
61 }
62
63 if (__plugin.canary) {
64 return {

Callers 1

console.jsFile · 0.85

Calls 1

consMsgFunction · 0.85

Tested by

no test coverage detected