Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 533 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 533 Bytes

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()