NAnt SDK Documentation - v0.85-nightly-2005-11-09

Task.LogPrefix Property

[This is preliminary documentation and subject to change.]

NOTE: This property is now obsolete.

Will be removed soon


The prefix used when sending messages to the log.

[Visual Basic]
<Obsolete(Message:="Will be removed soon", IsError:=False)>
Public ReadOnly Property LogPrefix As String
[C#]
[Obsolete(Message="Will be removed soon", IsError=False)]
public string LogPrefix {get;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Task.LogPrefix

See Also

Task Class | NAnt.Core Namespace