Logs the starting point of the run to all registered loggers.
Namespace: MSBuild.Community.Tasks.Subversion
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Protected Overrides Sub LogToolCommand( _ ByVal message As String _ ) |
| C# |
|---|
| protected override void LogToolCommand( string message ) |
| C++ |
|---|
| protected: virtual void LogToolCommand( String message ) override |
| J# |
|---|
| protected override void LogToolCommand( string message ) |
| JScript |
|---|
| protected override
function LogToolCommand( message : String ) |
Parameters
- message
- A descriptive message to provide loggers, usually the command line and switches.
See Also
Documentation version 1.0.0.0.