MCPcopy Create free account
hub / github.com/bytecode77/r77-rootkit / Warning

Method Warning

TestConsole/Helper/Log.cs:25–28  ·  view source on GitHub ↗

Writes a warning log message and plays a beep sound. A collection of items that make up the log message.

(params LogItem?[] items)

Source from the content-addressed store, hash-verified

23 /// </summary>
24 /// <param name="items">A collection of items that make up the log message.</param>
25 public static void Warning(params LogItem?[] items)
26 {
27 Warning(items, false);
28 }
29 /// <summary>
30 /// Writes a warning log message.
31 /// </summary>

Callers 5

InjectMethod · 0.80
DetachMethod · 0.80
DetachAllMethod · 0.80
HideMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected