In this page, it is described how to add teh project to your sollution and how to use the functionality in it.
To use the project functionality, you need to first add the library to your sollution.
It is done in Visual Studio by following those steps:



The project is now ready for use.
The way the logging work is, that it checks an environment setting on the application level in the hosting weather or not to log.
Therefore, it is important that you setup a variable for this.
The variable should follow the following format:
<MainApplicationname>_LOGSTATE
For instance:
INTEGRATIONAPI_LOGSTATE
The value should be a string stating one of the two values:
The Logging functionality can be accessed from the static class simply called Log.cs.
Before being able to log through the project you need to initialize the logger.
Initializing is done in this way: