Releases: Analogy-LogViewer/Analogy.LogViewer.gRPC
V0.3.4 Analogy Log Server
Update version with new Interface assembly (Analogy Log Viewer V4.2.8).
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
The client is already part of Analogy Log Viewer V4.2.8 but you need the client to stream logs to Analogy Log Server from other executables
Analogy Log Server - V0.2.1
This is initial release of Analogy gRPC Log Server.
This windows service can receive log messages and direct them 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