Logging (StdErr)

All logs that you wish to display to your users should be written to stderr.

These logs can be viewed via the In-App Marketplace by users, or from within the Integration Hub on various pages, including the integration level, tenant level, and main Activity resource.

Below are various examples of how to do this is in multiple languages.

using System;

Console.Error.WriteLine("Hello World")

Last updated