A Sea.js plugin to provide log function
Install with spm:
$ spm install seajs/seajs-log
<script src="path/to/sea.js"></script>
<script src="path/to/seajs-log.js"></script>
<script>
seajs.log('hello world')
</script>
For more details please visit 中文文档