Skip to content

seajs/seajs-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seajs-log

A Sea.js plugin to provide log function

Install

Install with spm:

$ spm install seajs/seajs-log

Usage

<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 中文文档