M_MSCLoader_ModConsole_Log - piotrulos/MSCModLoader GitHub Wiki

Log(IList, Boolean) Method

Logs a list (and optionally its elements) to the ModConsole and output_log.txt

Definition

Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.3.1.346

C#

public static void Log(
	IList list,
	bool printAllElements = true
)

View Source

Parameters

  IList
List to print.
  Boolean  (Optional)
(Optional) Should it log all elements of the list/array or should it only log the list/array itself. (default: true)

See Also

Reference

ModConsole Class
Log Overload
MSCLoader Namespace

⚠️ **GitHub.com Fallback** ⚠️