Skip to content

M_MSCLoader_ModConsole_Log

piotrulos edited this page Apr 7, 2023 · 4 revisions

ModConsole.Log Method (IList, Boolean)

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

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

Syntax

C#

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

View Source

Parameters

 

list
Type: System.Collections.IList
List to print.
printAllElements (Optional)
Type: System.Boolean
(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

Clone this wiki locally