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

Method Add

Source/UIX/Studio/Logging.cs:47–54  ·  view source on GitHub ↗

Add a new event log

(LogSeverity severity, string message)

Source from the content-addressed store, hash-verified

45 /// <param name="severity"></param>
46 /// <param name="message"></param>
47 public static void Add(LogSeverity severity, string message)
48 {
49 ViewModel?.Events.Add(new LogEvent()
50 {
51 Severity = severity,
52 Message = message
53 });
54 }
55
56 /// <summary>
57 /// Add an info event log

Callers 15

OnCreateResourceMethod · 0.45
OnSubmitBatchBeginMethod · 0.45
InstallMethod · 0.45
HandleMethod · 0.45
InjectAddressChainMethod · 0.45
InjectExtractMethod · 0.45
InstallMethod · 0.45
HandleMethod · 0.45
InstallMethod · 0.45
HandleMethod · 0.45
InstallMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected