mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #178] Client/browser side logging only? #145
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#145
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (May 12, 2016).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/178
I love log.io and have used it in the past with Node. I understand that log.io harvests log files on the server to be able to present the messages in the browser. I also understand how to use the API to send messages directly for display in the browser without a source log file.
Is it possible or easy enough to embed log.io as a dependency of my client-side project and log directly from the browser? I'm basically looking for something nicer than FireBug.
@ghost commented on GitHub (May 17, 2016):
Anyone know of a nice browser-based console besides firebug? I haven't looked into logging directly to log.io from inside the browser but does anyone think it'll be a big task?
@msmathers commented on GitHub (Jan 12, 2020):
log.io has no plans to support receiving log messages from the browser... However, given that it already uses a bidirectional websocket to send messages to the browser, it would be pretty easy to modify the server code to accept log message events.