Search Results for

    Show / Hide Table of Contents

    Interface IPluginLoggerFactory

    Contract for logging This can be used to write entires into the Studio logs using IPluginLog

    Namespace: Sdl.Desktop.IntegrationApi.Interfaces
    Assembly: Sdl.Desktop.IntegrationApi.dll
    Syntax
    public interface IPluginLoggerFactory

    Methods

    GetLogger(string)

    Declaration
    IPluginLog GetLogger(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    IPluginLog

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Methods
      • GetLogger(string)
    • Extension Methods
    Back to top Generated by DocFX