The first one is called serilog.sinks.rabbitmq.tests.console This is a .NET Core console app that logs one log entry for each Serilog log levels.
The second one is the RabbitMQ server + management plugin. You can access the management UI via http://localhost:15672 with guest username and password. In order to verify that the setup is working correctly, go to serilog-sink-queue queue and check whether the console app has published all log entries.
Run
docker-compose up
2 containers will be created.
The first one is called
serilog.sinks.rabbitmq.tests.console
This is a .NET Core console app that logs one log entry for each Serilog log levels.The second one is the RabbitMQ server + management plugin. You can access the management UI via
http://localhost:15672
withguest
username and password. In order to verify that the setup is working correctly, go toserilog-sink-queue
queue and check whether the console app has published all log entries.