Method | Description | |
---|---|---|
BuildFinished ( object sender, |
Signals that the last target has finished. This event will still be fired if an error occurred during the build. |
|
BuildStarted ( object sender, |
Signals that a build has started. This event is fired before any targets have started. |
|
Flush ( ) : void |
Flushes buffered build events or messages to the underlying storage.
|
|
GetObjectData ( |
Populates info with the data needed to serialize the XmlLogger instance.
|
|
IsJustWhiteSpace ( string message ) : bool | ||
MessageLogged ( object sender, |
Signals that a message has been logged. Only messages with a priority higher or equal to the threshold of the logger will actually be output in the build log. |
|
StripFormatting ( string message ) : string | ||
TargetFinished ( object sender, |
Signals that a target has finished. This event will still be fired if an error occurred during the build. |
|
TargetStarted ( object sender, |
Signals that a target has started.
|
|
TaskFinished ( object sender, |
Signals that a task has finished. This event will still be fired if an error occurred during the build. |
|
TaskStarted ( object sender, |
Signals that a task has started.
|
|
ToString ( ) : string |
Returns the contents of log captured.
|
|
XmlLogger ( ) : System |
Initializes a new instance of the XmlLogger class.
|
|
XmlLogger ( |
Method | Description | |
---|---|---|
XmlLogger ( |
Initializes a new instance of the XmlLogger class with serialized data.
|
Method | Description | |
---|---|---|
IsValidXml ( string message ) : bool | ||
StripCData ( string message ) : string | ||
WriteDuration ( ) : void | ||
WriteErrorNode ( |
||
WriteNameAttribute ( string name ) : void |
public BuildFinished ( object sender, |
||
sender | object | The source of the event. |
e | A |
|
return | void |
public BuildStarted ( object sender, |
||
sender | object | The source of the event. |
e | A |
|
return | void |
public GetObjectData ( |
||
info | The |
|
context | The destination for this serialization. | |
return | void |
public IsJustWhiteSpace ( string message ) : bool | ||
message | string | |
return | bool |
public MessageLogged ( object sender, |
||
sender | object | The source of the event. |
e | A |
|
return | void |
public StripFormatting ( string message ) : string | ||
message | string | |
return | string |
public TargetFinished ( object sender, |
||
sender | object | The source of the event. |
e | A |
|
return | void |
public TargetStarted ( object sender, |
||
sender | object | The source of the event. |
e | A |
|
return | void |
public TaskFinished ( object sender, |
||
sender | object | The source of the event. |
e | A |
|
return | void |
public TaskStarted ( object sender, |
||
sender | object | The source of the event. |
e | A |
|
return | void |
protected XmlLogger ( |
||
info | The |
|
context | The |
|
return | System |
public XmlLogger ( |
||
stopWatchStack | ||
return | System |