> ## Documentation Index
> Fetch the complete documentation index at: https://docs.appsignal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Logging aus AppSignal-Integrationen

AppSignal unterstützt das Logging direkt aus Ihrer Anwendung über die AppSignal-Integration. Sie müssen keine Log-Quelle erstellen, um Logs über die AppSignal-Integration zu senden. Eine "application"-Log-Quelle wird automatisch erstellt.

## Unterstützte AppSignal-Integrationen

Die folgenden AppSignal-Integrationen unterstützen Logging:

* [Ruby](/logging/integrations/ruby)
* [Elixir](/logging/integrations/elixir)
* [Node.js](/logging/integrations/nodejs)
* [Go](/logging/integrations/go)
* [Java](/logging/integrations/java)
* [PHP](/logging/integrations/php)
* [Python](/logging/integrations/python)

## Prozessüberwachung mit AppSignal Wrap

Sie können auch die Ausgabe eines beliebigen Prozesses als Logs an AppSignal senden, indem Sie unser Wrap-Tool verwenden:

<CodeGroup>
  ```shell Shell theme={null}
  appsignal-wrap my-process-name -- /path/to/my/process
  ```
</CodeGroup>

Erfahren Sie mehr darüber, wie Sie `appsignal-wrap` zum Senden von Logs an AppSignal verwenden, in unserer [Wrap-Dokumentation](/wrap#logging).
