MCPcopy Create free account
hub / github.com/GPUOpen-Tools/GPU-Reshape / Error

Method Error

Source/UIX/Studio/Logging.cs:78–81  ·  view source on GitHub ↗

Add an error event log

(string message)

Source from the content-addressed store, hash-verified

76 /// </summary>
77 /// <param name="message"></param>
78 public static void Error(string message)
79 {
80 Add(LogSeverity.Error, message);
81 }
82 }
83}

Callers 8

WhatsNewViewModelMethod · 0.45
SuspendingMethod · 0.45
SuspendingMethod · 0.45
LoadFromMethod · 0.45
WriteToMethod · 0.45
HostResolverServiceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected