Property | Type | Description | |
---|---|---|---|
_msbuildLogger | Microsoft.Build.Utilities.TaskLoggingHelper |
Method | Description | |
---|---|---|
Debug ( object message ) : void | ||
Debug ( object message, |
||
DebugFormat ( string format ) : void | ||
Error ( object message ) : void | ||
Error ( object message, |
||
ErrorFormat ( string format ) : void | ||
Fatal ( object message ) : void | ||
Fatal ( object message, |
||
FatalFormat ( string format ) : void | ||
Info ( object message ) : void | ||
Info ( object message, |
||
InfoFormat ( string format ) : void | ||
MsBuildLogger ( Microsoft.Build.Utilities.TaskLoggingHelper cmdlet ) : System | ||
Print ( object message ) : void | ||
PrintFormat ( string format ) : void | ||
Warn ( object message ) : void | ||
Warn ( object message, |
||
WarnFormat ( string format ) : void |
public Debug ( object message, |
||
message | object | |
exception | ||
return | void |
public Error ( object message, |
||
message | object | |
exception | ||
return | void |
public Fatal ( object message, |
||
message | object | |
exception | ||
return | void |
public Info ( object message, |
||
message | object | |
exception | ||
return | void |
public MsBuildLogger ( Microsoft.Build.Utilities.TaskLoggingHelper cmdlet ) : System | ||
cmdlet | Microsoft.Build.Utilities.TaskLoggingHelper | |
return | System |
public Warn ( object message, |
||
message | object | |
exception | ||
return | void |