Log Class

Provides methods for logging information about application components.

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public static class Log
Inheritance
Object    Log

Remarks

The Log class is a utility for logging messages related to specific components of an application. It is designed to standardize log entries by including a time-stamp and a component name.

Methods

Component Logs the specified component name.

See Also