Skip to content

README .NET diagnostics.logbook

This .NET sample is logging messages to the logbook of the ctrlX CORE.

Introduction

The project diagnostics.logbook provides a simple application example to log messages to the logbook of the ctrlX CORE.

Description

The implementation shows different ways to write messages to ctrlX logbook.

  • The class KernelLoggerSample writes kernel log messages with the linux system command 'logger'.
  • The class MicrosoftLoggerSample uses the nuget package extension Microsoft.Extensions.Logging to write logs to logbook.

Prerequisites

Please read the common .NET docs here, first.

Debug and Run

Launch the app with the debugger attached by pressing F5.

Build and Install

  1. Launch Visual Studio Code
  2. Click on the Remote Explorer from the menu.
  3. Choose Open Folder.
  4. Open the directory diagnostics.logbook.
  5. Build and install snap as described here.
  6. Check the output using Diagnostics:

  7. Login into your ctrlX

  8. Navigate to Diagnostics -> Logbook
  9. Click Settings on the right top corner
  10. Enable Show system messages
  11. Navigate to Filter -> Units and check your snap.sdk-net-logbook.app.service
  12. Now you should the see the app output diagnostics.
  13. Press Refresh to update.

  14. If you have root permissions, you can also watch the output on any ssh console with the command:

       sudo snap logs sdk-net-logbook.app -f | more
    

Screenshot

ctrlX Logbook

Install the App

Login into ctrlX and install the App (Apps).

Gratulations - We're finished - Let's start coding!

Support

Developer Community

Please join the Developer Community

SDK Forum

Please visit the SDK Forum

Issues

If you've found an error in these sample, please file an issue

License

SPDX-FileCopyrightText: Bosch Rexroth AG SPDX-License-Identifier: MIT