LogComponent Method
Logs the specified component name.
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public static void Component(
Assembly assembly,
string componentName
)
Public Shared Sub Component (
assembly As Assembly,
componentName As String
)
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.
The log entry includes the component name. Ensure that the componentName parameter is meaningful to help identify the
source of the log.