PipelineComponent.RegisterLogEntries Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers the events that the component will log.
public:
virtual void RegisterLogEntries();
public virtual void RegisterLogEntries ();
abstract member RegisterLogEntries : unit -> unit
override this.RegisterLogEntries : unit -> unit
Public Overridable Sub RegisterLogEntries ()
Remarks
For more information and an example, see Logging and Defining Log Entries in a Data Flow Component.