Skip to content

phodal/molog

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
doc
 
 
get
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

molog

Serverless frontend logs & events system

Frontend based on https://github.com/burakson/sherlogjs

Architecture

Usage

1.import

 <script
    data-component="homepage"
    data-env="dev"
    src="//static.pho.im/molog.min.js"></script>

2.push event

Molog.push({
  field: 'xxx'
  action: ' '
}, function() {
 
})

LICENSE

Sherlog.js Copyright (C) 2014 Burak Son

Phodal's Idea

© 2017 A Phodal Huang's Idea. This code is distributed under the MIT license. See LICENSE in this directory.