Summary
Gets the LEVEL value for the --trace command line argument for the given
NUnitInternalTraceLevel.
- Namespace
- Cake
.Common .Tools .NUnit - Containing Type
- N
Unit Internal Trace Level Extensions
Syntax
public static string GetArgumentValue(this NUnitInternalTraceLevel level)
Parameters
| Name | Type | Description |
|---|---|---|
| level | N |
The NUnitInternalTraceLevel value for which to get the string representation. |
Return Value
| Type | Description |
|---|---|
| string | Returns the appropriate string representation for the given NUnitInternalTraceLevel value. |
