EngineServices.IsTaskInputLoggingEnabled Property

Definition

Returns true if the build is configured to log all task inputs.

public:
 virtual property bool IsTaskInputLoggingEnabled { bool get(); };
public virtual bool IsTaskInputLoggingEnabled { get; }
member this.IsTaskInputLoggingEnabled : bool
Public Overridable ReadOnly Property IsTaskInputLoggingEnabled As Boolean

Property Value

Remarks

This is a performance optimization allowing tasks to skip expensive double-logging.

Applies to