Search Results for

    Show / Hide Table of Contents

    About logging with the .NET adapter

    The .NET adapter supports an extendable logging system that is used throughout the adapter.
    This system can also be leveraged by applications that make use of the adapter.

    The default implementation of the logger only outputs to the standard trace output console.
    To view this output, you need to run your code within Visual Studio or have a debug string viewer running.

    In the real world, it's much more useful if you are able to write these logs to a file.
    This is where logging extensions come into play. OpenFin supports an extension that leverages the SeriLog framework to allow the writing of logs to rolling files.
    For more details see SeriLog Extension

    There is also the capability to write your own logging implementations.

    In This Article
    Back to top Copyright OpenFin