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

Method Error

TestConsole/Helper/Log.cs:47–50  ·  view source on GitHub ↗

Writes an error 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

45 /// </summary>
46 /// <param name="items">A collection of items that make up the log message.</param>
47 public static void Error(params LogItem?[] items)
48 {
49 Error(items, false);
50 }
51 /// <summary>
52 /// Writes an error log message.
53 /// </summary>

Callers 13

EnsureConfigSystemMethod · 0.80
CreateEntryMethod · 0.80
DeleteEntryMethod · 0.80
WriteMethod · 0.80
InjectAllMethod · 0.80
DetachAllMethod · 0.80
GetFilePathMethod · 0.80
RunCommand_ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected