All Projects → baim216 → msLog

baim216 / msLog

Licence: other
log for webView & webApp 用于webView和webApp的log工具

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to msLog

webviewhs
🌐 A Haskell binding to the webview library created by Serge Zaitsev.
Stars: ✭ 109 (+336%)
Mutual labels:  webview, webapp
Vue Bridge Webview
javascript bridge android/ios webview
Stars: ✭ 52 (+108%)
Mutual labels:  webview, webapp
play-scala-chatroom-example
Play chatroom with Scala API
Stars: ✭ 43 (+72%)
Mutual labels:  webapp
play-java-ebean-example
Example Play application showing Java with Ebean
Stars: ✭ 54 (+116%)
Mutual labels:  webapp
Codechef Cards
[Obsolete] WebApp to follow friends doing CP on Codechef platform and to track their ratings and stars.
Stars: ✭ 17 (-32%)
Mutual labels:  webapp
oxycare
A platform and a mobile app to distribute oxygen concetrators in Tunisia. 👐
Stars: ✭ 27 (+8%)
Mutual labels:  webapp
cwco
Powerful and Fast Web Component Library with a Simple API
Stars: ✭ 27 (+8%)
Mutual labels:  webapp
auth0-spring-mvc-sample
Auth0 Integration Samples for Java Spring MVC Web Applications
Stars: ✭ 20 (-20%)
Mutual labels:  webapp
flow-spring-examples
Examples for Vaadin and Spring Boot
Stars: ✭ 39 (+56%)
Mutual labels:  webapp
archi cloudnative
Cloud Native Architectural Models using Archi. Contains models for CAAS, Cloud Native Applications, 12/15 Factor Applications with CI/CD/CS, monitoring and log management. Infrastructure components include Red Hat OpenShift, Red Hat Storage, Red Hat Ansible Tower, Red Hat Cloudforms, Red Hat Satellite, Red Hat JBoss Middleware.
Stars: ✭ 55 (+120%)
Mutual labels:  log
k8s-log
容器日志搜集套件。
Stars: ✭ 15 (-40%)
Mutual labels:  log
webview
Nim bindings for https://github.com/zserge/webview
Stars: ✭ 91 (+264%)
Mutual labels:  webview
angular-projects
A collection of projects built on the Angular framework
Stars: ✭ 17 (-32%)
Mutual labels:  webapp
ParkCatcher
Find a free parking in the nearest residential street when driving in Montréal. A Montréal Open Data project.
Stars: ✭ 32 (+28%)
Mutual labels:  webapp
timber-ruby
🌲 Great Ruby logging made easy.
Stars: ✭ 155 (+520%)
Mutual labels:  log
os-fileup
Helper app to understand how to upload files and do basic image/video processing in hybrid android apps.
Stars: ✭ 207 (+728%)
Mutual labels:  webview
laravel-loggable
🎥 📽 🎞 Log your model changes in multiple ways
Stars: ✭ 58 (+132%)
Mutual labels:  log
apps
daily.dev application suite
Stars: ✭ 253 (+912%)
Mutual labels:  webapp
Daemon
适用于 MCSManager 的守护进程,用于与面板端进行分离直接控制和管理程序
Stars: ✭ 72 (+188%)
Mutual labels:  webapp
dlog
A super simple logger for Go. Supports stderr, logfiles, syslog and windows event log.
Stars: ✭ 16 (-36%)
Mutual labels:  log

Abstract 简介

log for webView & webApp

A tool imitate the browser console on webView or webApp;

No depend other plugin of javascript(no jquery);

用于webView和webApp的log工具

模拟浏览器的控制台的log功能,可用于webView或者webApp;

不依赖其他js插件(如jquery等)

example 例子

example

QR Code (可以使用手机扫描二维码)

use 使用

var msLog = new MagicSquareLog();

msLog.log(11111); 
// 11111

msLog.log([1,2,3]);
// [1,2,3]

msLog.error(11111, "I am the log", {name: "msLog"}, [1,2,3]); 
//11111 I am the log {"name":"msLog"} [1,2,3]

API

name type defaultParams description
log function "" default log function
error function "" the color of text is red

change log

changeLog

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].