Logging Class
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.
Provides logging and tracing functionality for the Web Platform Installer.
public ref class Logging abstract sealed
public static class Logging
type Logging = class
Public Class Logging
- Inheritance
-
Logging
Properties
| TraceSource |
Gets the tracing source of the current logging object. |
Methods
| LogMessage(TraceEventType, String, Object[]) |
Logs a message with the specified TraceEventType, format, and arguments. |
| LogMessage(TraceEventType, String) |
Logs a message with the specified trace type and message. |