Difference between revisions of "ELog"

From ESS-WIKI
Jump to: navigation, search
(.)
Line 100: Line 100:
 
|}
 
|}
  
 +
= Syslog Open Source =
  
 +
{| border="1" cellspacing="1" cellpadding="1" style="width:500px;"
 +
|-
 +
| style="text-align: center;" | '''Software Name'''
 +
| style="text-align: center;" | '''License'''
 +
| style="text-align: center;" | '''Comment'''
 +
|-
 +
| Uclibc syslog client<br/>
 +
| <br/>
 +
| [https://github.com/hwoarang/uClibc/blob/master-metag/libc/misc/syslog/syslog.c link]<br/>
 +
|-
 +
| Busybox syslog server<br/>
 +
| <br/>
 +
| [https://github.com/brgl/busybox/blob/master/sysklogd/syslogd.c link]<br/>
 +
|-
 +
| <br/>
 +
| <br/>
 +
| <br/>
 +
|-
 +
| <br/>
 +
| <br/>
 +
| <br/>
 +
|}
 
[[Category:Pages with broken file links]]
 
[[Category:Pages with broken file links]]

Revision as of 08:29, 20 December 2018

Introduction

eLog is a debug logging tools and framework for Windows and Linux. It is a elasticity architecture, user can integrate its own log libraries with eLog. For example, eLog supports Linux systemlog and ElasticSearch log mechines.

User can access any type log with unify API interfaces.

eLog

ELog framework.jpg

Feature

Name Description Note
AdvLog To unify the log format and API SDK in C/C++. configure: log.ini
Log Mgt RESTful and websocket for controlling EdgeSense log function integrate in API-GW
Data Flow special log type for logging micro service message path

Types of eLog

Type Description Note
print print log msg to console
file save log in file recycle, max files
ElasticSearch save log to ElasticSearch DB
systemlog save log to linux system log Linux only

Note

systemlog

src repo 在

https://github.com/sammtcbn/logshow

Usage

./logshow [logfile] [start date] [start time] [end date] [end time]

Example 1

./logshow /var/log/syslog 20180615 10:01:02 20180615 12:03:04

Example 2 - dump result to a file

./logshow /var/log/syslog 20180615 10:01:02 20180615 12:03:04 > mylog

Some syslog server for Windows

Software Name License Comment
Visual Syslog Server for Windows

link
Kiwi Syslog Server

link






Syslog Open Source

Software Name License Comment
Uclibc syslog client

link
Busybox syslog server

link