torndeco 128 Posted May 29, 2015 (edited) Arma3 Extension Logger + Console Window (windows only atm) https://github.com/Torndeco/extLOG Just a simple async logger with support for multiple logfiles files and output to GUI Console. Windows only atm It also has simple conf file, were you can define colors or enable/disable GUI Console. https://github.com/Torndeco/extLOG/blob/master/extLOG.ini Syntax <Colour ID>:<Log Filename>:<Message> <Colour ID>::<Message> Colour ID 0 = NO OUTPUT TO GUI CONSOLE Colour ID 1-9 = GUI CONSOLE OUTPUT, colour is defined in extLOG.ini Examples "extLOG" callExtension "1:SERVER:Starting"; Output message Starting to GUI Console Output message to logfile SERVER.log. "extLOG" callExtension "1::Starting"; Output message Starting to GUI Console only. "extLOG" callExtension "0:SERVER:Starting"; Output message Starting to logfile SERVER.log only. Download at https://github.com/Torndeco/extLOG/releases Windows Requirements Windows Server 2008 + Later Windows 7 + Later Install vcredist_x86.exe http://www.microsoft.com/en-ie/download/details.aspx?id=40784 Edited May 30, 2015 by Torndeco Share this post Link to post Share on other sites
maca134 22 Posted May 29, 2015 Looks good, will defo be using this! Share this post Link to post Share on other sites