TaskLoggingHelper Members
.NET Framework 2.0
Provides helper logging methods used by tasks.
The following tables list the members exposed by the TaskLoggingHelper type.
| Name | Description | |
|---|---|---|
| TaskLoggingHelper | Initializes a new instance of the TaskLoggingHelper class and associates it with the specified task instance. |
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| HasLoggedErrors | Gets a value that indicates whether the task has logged any errors through this logging helper object. |
| HelpKeywordPrefix | Gets or sets the prefix used to compose Help keywords from resource names. |
| TaskResources | Gets or sets the culture-specific resources used by the logging methods. |
| Name | Description | |
|---|---|---|
| BuildEngine | Gets the build engine that is associated with the task. |
| TaskName | Gets the name of the parent task. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| ExtractMessageCode | Extracts the message code prefix from the given full message string. |
| FormatResourceString | Loads the specified resource string and optionally formats it using the given arguments. |
| FormatString | Formats the given string using the given arguments. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
| LogCommandLine | Overloaded. Logs the command line. |
| LogError | Overloaded. Logs an error. |
| LogErrorFromException | Overloaded. Logs an error using the message from the specified exception. |
| LogErrorFromResources | Overloaded. Logs an error using the specified resource string. |
| LogErrorWithCodeFromResources | Overloaded. Logs an error with an error code using the specified resource string. |
| LogExternalProjectFinished | Helps log the custom ExternalProjectFinishedEventArgs build event. |
| LogExternalProjectStarted | Helps log the custom ExternalProjectStartedEventArgs build event. |
| LogMessage | Overloaded. Logs a message with the specified string. |
| LogMessageFromResources | Overloaded. Logs a message with the specified resource string. |
| LogMessageFromText | Logs an error message or warning from the given line of text. |
| LogMessagesFromFile | Overloaded. Logs errors, warnings, and messages for each line of text in the given file. |
| LogMessagesFromStream | Logs an error message or warning from the given stream. |
| LogWarning | Overloaded. Logs a warning. |
| LogWarningFromException | Overloaded. Logs a warning using the message from the specified exception. |
| LogWarningFromResources | Overloaded. Logs a warning using the specified resource string. |
| LogWarningWithCodeFromResources | Overloaded. Logs a warning with a warning code using the specified resource string. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Overloaded. (Inherited from MarshalByRefObject.) |