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