Method LogWarning
LogWarning(string, Object)
Same as LogWarning(object, Object), but does not print anything if tests are being run.
Declaration
public static void LogWarning(string message, Object context = null)
Parameters
Type | Name | Description |
---|---|---|
string | message | Warning message for display. |
Object | context | Object to which the message applies. |