Search Results for

    Show / Hide Table of Contents

    Logging

    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. You will need to be running within Visual Studio or have an 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