Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)mdmAugust 4, 2003 at 3:28 PM#dumping DetailPrint to a log fileI have a very clumsy method of writing to a file to track the install; I would much rather dump the DetailPrint to this file instead. Any suggestions? mdm
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)Afrow UKAugust 4, 2003 at 4:58 PM# http://nsis.sourceforge.net/archive/nsisweb.php?page=153&instances=0,11 If you want to dump only lines containing a certain string (e.g. that contains "error" then you can use this instead: http://nsis.sourceforge.net/archive/nsisweb.php?page=344&instances=0,11,311 -Stu
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)mdmAugust 4, 2003 at 6:15 PM#works great! thanks, mdm