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