M_MSCLoader_ModConsole_Log - piotrulos/MSCModLoader GitHub Wiki
Logs a list (and optionally its elements) to the ModConsole and output_log.txt
Namespace: MSCLoader
Assembly: MSCLoader (in MSCLoader.dll) Version: 1.3.1.346
C#
public static void Log(
IList list,
bool printAllElements = true
)
View Source
- 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)