TaskLogger Class Members
See Also  Properties Methods 
SourceCode.DeploymentTasks Namespace : TaskLogger Class


Glossary Item Box

The following tables list the members exposed by TaskLogger.

Public Constructors

  Name Description
Public Constructor TaskLogger Constructor Initializes a new instance of the TaskLogger class.  
Top

Public Properties

  Name Description
Public Property HasLoggedErrors Gets a value indicating whether this instance has logged errors.  
Top

Protected Properties

  Name Description
Protected Property TaskName Gets the name of the task.  
Top

Public Methods

  Name Description
Public Method LogError Overloaded.  Logs the error.  
Public Method LogErrorFromException Overloaded.  Logs the error from exception.  
Public Method LogMessage Overloaded.  Logs the message.  
Public Method LogWarning Overloaded.  Logs the warning.  
Top

See Also