Skip to content

Commit

Permalink
Update the README, write a bit more about the project
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienBraillard committed Jul 9, 2024
1 parent 7cb9530 commit 642f206
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Unicorn.LiveLogViewer
![Master build status](https://github.com/DamienBraillard/Unicorn.LiveLogViewer/actions/workflows/ci.yml/badge.svg?branch=master) |

## Build status
**Unicorn.LiveLogViewer** is an extension that adds an embedded log viewer to an ASP.NET Core application.

| Branch | Status |
|---------|-------------------------------------------------------------------------------------------------------------------------------------|
| Master | ![Master build status](https://github.com/DamienBraillard/Unicorn.LiveLogViewer/actions/workflows/ci.yml/badge.svg?branch=master) |
| Develop | ![Develop build status](https://github.com/DamienBraillard/Unicorn.LiveLogViewer/actions/workflows/ci.yml/badge.svg?branch=develop) |
The log viewer takes the form of an integrated web page. It can access the logs of the host application. Logs entries emitted in realtime and from log files can be displayed.
It can be customized using custom CSS styles and extended to read any log source.

The project is in active development and some preview version should be available shortly.

Planned features:
* Integrated log viewer with search and filters
* Real-time log interception
* Read log files in log4net/log4j format
* Download of log files

0 comments on commit 642f206

Please sign in to comment.