Interface IPluginLoggerFactory
Contract for logging This can be used to write entires into the Studio logs using IPluginLog
Namespace: SdlSdl.DesktopIntegrationApiInterfaces
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 |