forked from ignacy/fdl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
34 lines (23 loc) · 812 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
FDL (Fractious Device Logger)
==============
Logging is one of the most useful things when haunting for bugs.
But sometimes it's especially hard to log data - for example:
if we are working on a device with no storage, or if we can access
either log or the application itself at a given time.
In cases like that it would be nice to use a remote logging
solution. FDL is a remote logger designed to work
with fractious devices/software.
Features
========
* build on top of sinatra
* uses GET request (sometimes sending a POST is hard)
* auto refreshing
* has wrappers for Ruby, Java and JavaScript
Usage
=====
Install the gem:
gem install fdl
Run the application
fdl [run|clear]
Use your loger to send the messages to localhost:8181
You can view the newest log under http://localhost:8181/show