Skip to content

Releases: Analogy-LogViewer/Real-Time-Log-Server

V0.7.0 - Add NET6 version

12 Nov 18:30
Compare
Choose a tag to compare

This version add NET6 target framework.

This windows service can receive log messages and stream them back to Analogy Log Viewer.
There is a gRPC client to use in your code.
Analogy Log Viewer need the Analogy.LogViewer.gRPC assembly to receive messages.

To install Analogy Log Server as windows service use the following command line (as admin):

sc create Analogy.LogServer binpath=full path to Analogy.LogServer.exe file

V0.6.0 - Add NET5 Version

05 May 16:44
d796d9f
Compare
Choose a tag to compare

This version add NET5 target framework.

This windows service can receive log messages and stream them back to Analogy Log Viewer.
There is a gRPC client to use in your code.
Analogy Log Viewer need the Analogy.LogViewer.gRPC assembly to receive messages.

To install Analogy Log Server as windows service use the following command line (as admin):

sc create Analogy.LogServer binpath=full path to Analogy.LogServer.exe file

V0.4.1 - Refactor to Proto File and Add Windows Event Logs

13 Oct 15:09
Compare
Choose a tag to compare

This version Includes:

  • Update version with new Interface assembly (better proto file with less overhead).
  • Adding Windows Event logs to streaming (Configurable in the app Setting file appsettings_LogServer.json)

This windows service can receive log messages and stream them back to Analogy Log Viewer.
There is a gRPC client to use in your code.
Analogy Log Viewer need the Analogy.LogViewer.gRPC assembly to receive messages.

To install Analogy Log Server as windows service use the following command line:

sc create Analogy.LogServer binpath=full path to Analogy.LogServer.exe file