All Projects → xmge → Seelog

xmge / Seelog

Licence: mit
简单易用 浏览器实时查看日志

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Seelog

Console Badge
🎨 Create simple badges in the browser console
Stars: ✭ 130 (+12.07%)
Mutual labels:  log, browser
Anti Webminer
Anti-WebMiner protects your PC against web cryptocurrency miners (JS scripts like Coinhive executed in the browser) by modifying Windows hosts file
Stars: ✭ 114 (-1.72%)
Mutual labels:  browser
Capture Frame
Capture video screenshot from a `<video>` tag (at the current time)
Stars: ✭ 109 (-6.03%)
Mutual labels:  browser
Battery.js
A tiny wrapper for the HTML5 Battery Status API.
Stars: ✭ 111 (-4.31%)
Mutual labels:  browser
Irodr
RSS reader client like LDR for Inoreader.
Stars: ✭ 110 (-5.17%)
Mutual labels:  browser
Sielo Legacy
An open source browser made with Qt and WebEngine
Stars: ✭ 113 (-2.59%)
Mutual labels:  browser
Leash
Browser Shell
Stars: ✭ 108 (-6.9%)
Mutual labels:  browser
Browser Metrics
A collection of metrics tools for measuring performance ⚡️
Stars: ✭ 115 (-0.86%)
Mutual labels:  browser
Galacteek
Browser for the distributed web
Stars: ✭ 114 (-1.72%)
Mutual labels:  browser
Octopussy
Octopussy - Open Source Log Management Solution
Stars: ✭ 111 (-4.31%)
Mutual labels:  log
Decentraleyes
This repository has a new home: https://git.synz.io/Synzvato/decentraleyes
Stars: ✭ 1,452 (+1151.72%)
Mutual labels:  browser
Instagram Profilecrawl
💻 Quickly crawl the information (e.g. followers, tags, etc...) of an instagram profile. No login required!
Stars: ✭ 110 (-5.17%)
Mutual labels:  browser
Finicky
A macOS app for customizing which browser to start
Stars: ✭ 2,026 (+1646.55%)
Mutual labels:  browser
Nova Tail Tool
A Laravel Nova tool to display the application log
Stars: ✭ 110 (-5.17%)
Mutual labels:  log
Node Lambda Log
Basic logging mechanism for Node 6.10+ Lambda Functions
Stars: ✭ 115 (-0.86%)
Mutual labels:  log
Confluo
Real-time Monitoring and Analysis of Data Streams
Stars: ✭ 1,428 (+1131.03%)
Mutual labels:  log
Viselog
日志系统,使用森林对象维护不同的日志树进行日志输出,可以是Logcat树、文件树等,支持Bundle、Intent、Reference、Throwable、Map、Collection、JSON、Xml等格式化的输出。
Stars: ✭ 111 (-4.31%)
Mutual labels:  log
Browserinterop
Wrapper for Browser JS API for Blazor and JSInterop
Stars: ✭ 112 (-3.45%)
Mutual labels:  browser
Perf Monitor
Performance monitor. Simple UI component that helps you measure performance.
Stars: ✭ 115 (-0.86%)
Mutual labels:  browser
Laravel Log Reader
A log reader and management tool for Laravel
Stars: ✭ 115 (-0.86%)
Mutual labels:  log

seelog blog Open Source Love License

有了seelog,妈妈再也不用担心我登录服务器查看日志le...
项目地址:https://github.com/xmge/seelog
演示地址:http://seelog.xmge.top/password 欢迎各位gopher使用指正😃

项目背景

A:我去😕,,程序又出问题了,你去看看日志到底是哪里错啦
B:好好好,我马上登陆服务器看看
B:对啦,服务器密码是啥来着....
A:😰 密码是 &#¥&@~
B:额,日志文件在哪呢
A:...................
C:要不项目集成seelog吧,集成特别简单,集成后直接打开浏览器就能看日志了

项目介绍

  • 与golang项目集成、提供浏览器实时查看日志的功能,类似 tail -f xxx.log
  • 支持监控多个日志文件
  • 支持多浏览器同时访问
  • 支持密码认证
  • 支持浏览器 websocket 断线重连
  • 支持暂停、清屏、截图、过滤功能
  • 查找功能可直接使用浏览器 Ctrl+F 来完成

集成方式

  • 在项目中引入seelog, go get github.com/xmge/seelog
  • 在代码中引用
	seelog.See("错误日志","err.log")   // 检测 err.log
	seelog.See("调试日志","debug.log") // 检测 debug.log
	seelog.Serve(9000,"password")

项目展示

image

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].