ForSource(string)
Gets a new FlashtraceSource keeping all the configuration of the current instance, but for a source name.
Declaration
public FlashtraceSource ForSource(string sourceName)
Parameters
Type | Name | Description |
---|---|---|
string | sourceName | The name of the source for which the FlashtraceSource should be created. |
Returns
Type | Description |
---|---|
FlashtraceSource | A FlashtraceSource for |