ProjectLogger Class
Members See Also 
SourceCode.ProjectSystem Namespace : ProjectLogger Class



Glossary Item Box

This class implements an MSBuild logger that output events to VS outputwindow and tasklist.

Object Model

ProjectLogger ClassDeploymentResults Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public NotInheritable Class ProjectLogger 
   Inherits Microsoft.Build.Utilities.Logger
   Implements Microsoft.Build.Framework.ILogger, SourceCode.Framework.IEngineProxy 
Visual Basic (Usage)Copy Code
Dim instance As ProjectLogger

Inheritance Hierarchy

System.Object
   Microsoft.Build.Utilities.Logger
      SourceCode.ProjectSystem.ProjectLogger

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also