Method LogWarning
LogWarning(String)
Records an important message, but one that may not neccesarily be an error.
Declaration
public void LogWarning(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The text to be logged. |
LogWarning(String)
Records an important message, but one that may not neccesarily be an error.
Declaration
public void LogWarning(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The text to be logged. |