NGX Log Monitor - Log Monitoring Component for Angular
DEMO: https://ngx-log-monitor.surge.sh
Installation and setup
Install:
npm i -S ngx-log-monitor
Import the module:
;
Usage example
Log Message interface:
- If the type isn't set, 'LOG' type will be used as default
- If timestamp isn't set, current locale date will be used
;
logStream$
must be an observable that emits object literals conform to the LogMessage
interface