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