LogComponent Method

Logs the specified component name.

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public static void Component(
	Assembly assembly,
	string componentName
)

Parameters

assembly  Assembly
The calling assembly
componentName  String
The name of the component to include in the log entry. Cannot be null or empty.

Remarks

The log entry includes the component name. Ensure that the componentName parameter is meaningful to help identify the source of the log.

See Also