Skip to content

saijs/sai-de-bar

Repository files navigation

sai-de-bar spm version


Sai 的 bar.

简易控制台,开发、测试环境可以考虑启用。


INSTALL

$ spm install sai-de-bar --save

USAGE

var Saidebar = require('sai-de-bar');
Saidebar.log("log");
Saidebar.info("info");
Saidebar.warn("warn");
Saidebar.error("error");

API

.log(String message)

.info(String message)

.warn(String message)

.error(String message)

.open()

.close()