ELog

From ESS-WIKI
Revision as of 04:55, 19 June 2018 by Eric.liang (talk | contribs) (Created page with "= 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....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Main function and Feature

Name Description Note
AdvLog To unify the logging API SDK libraries 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