# Welcome

Aptivestigate is a C# library that allows you to log events in your applications easily and seamlessly, while providing crash handling for your applications. You might think that the name makes this library exclusive to Aptivi libraries and applications, but you're invited to use it!

## <mark style="color:$primary;">Release history</mark>

Below is the release history of the library:

{% updates format="full" %}
{% update date="2026-04-26" %}

## <mark style="color:$primary;">v1.3.3</mark>

<mark style="color:yellow;">Updated logging libraries</mark>
{% endupdate %}

{% update date="2026-02-15" %}

## <mark style="color:$primary;">v1.3.2.1</mark>

<mark style="color:yellow;">Updated libraries</mark>
{% endupdate %}

{% update date="2025-10-27" %}

## <mark style="color:$primary;">v1.3.2</mark>

<mark style="color:yellow;">General improvements</mark>
{% endupdate %}

{% update date="2025-10-25" %}

## <mark style="color:$primary;">v1.3.1</mark>

<mark style="color:yellow;">General improvements</mark>
{% endupdate %}

{% update date="2025-07-03" %}

## <mark style="color:$primary;">v1.3</mark>

<mark style="color:green;">Added localized strings</mark>
{% endupdate %}

{% update date="2025-04-30" %}

## <mark style="color:$primary;">v1.2.2</mark>

<mark style="color:green;">Added ZLogger and Microsoft.Extensions.Logging support</mark>
{% endupdate %}

{% update date="2025-04-20" %}

## <mark style="color:$primary;">v1.2.1</mark>

<mark style="color:yellow;">Updated Log4Net and NLog</mark>
{% endupdate %}

{% update date="2025-02-12" %}

## <mark style="color:$primary;">v1.2.0.1</mark>

<mark style="color:yellow;">Fixed NRE trying to generate path</mark>
{% endupdate %}

{% update date="2025-01-06" %}

## <mark style="color:$primary;">v1.2</mark>

<mark style="color:green;">Added path tools</mark>
{% endupdate %}

{% update date="2024-12-17" %}

## <mark style="color:$primary;">v1.1</mark>

<mark style="color:green;">Added path generation for loggers</mark>
{% endupdate %}

{% update date="2024-12-16" %}

## <mark style="color:$primary;">v1.0</mark>

The initial release of the library is now live!
{% endupdate %}
{% endupdates %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aptivi.gitbook.io/aptivi/aptivestigate-manual/welcome.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
