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 IPluginLoggerFactoryMethods
GetLogger(String)
Declaration
IPluginLog GetLogger(string name)Parameters
| Type | Name | Description | 
|---|---|---|
| String | name | 
Returns
| Type | Description | 
|---|---|
| IPluginLog |