Interface IBasicMessageReporterWithExtendedData
IBasicMessageReporterWithExtendedData interface is almost exactly the same as the IBasicMessageReporter except that the ReportMessage method includes an extended data parameter.
Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface IBasicMessageReporterWithExtendedData
Remarks
This interface has been included to allow messages to be reported with extended data without breaking backwards compatibility with the released API.
Methods
ReportMessage(object, string, ErrorLevel, string, string, ExtendedMessageEventData)
Reports the message with the given message arguments.
Declaration
void ReportMessage(object source, string origin, ErrorLevel level, string message, string locationDescription, ExtendedMessageEventData extendedData)
Parameters
Type | Name | Description |
---|---|---|
object | source | source |
string | origin | origin |
ErrorLevel | level | level |
string | message | message |
string | locationDescription | location description |
ExtendedMessageEventData | extendedData | extended data |