Advanced log deprecated


High customizable log command that can print any type of variables Useful only to modders Mod will be loaded before base

4 years ago
0.17
7
Owner:
Aidan647
Source:
N/A
Homepage:
https://mods.factorio.com/mods
License:
MIT
Created:
4 years ago
Latest Version:
0.1.2 (4 years ago)
Factorio version:
0.17
Downloaded by:
7 users

Adds a command to print any data in log

advlog({ss = "ss",[1] = 90, func = advlog})

result is:
something like this (markdown cant print it correctly)

{  
[1] = 90,  
ss = "ss",  
func = function: {

    source = "@__advlog__/data.lua",  
    short_src = "__advlog__/data.lua",  
    linedefined = 4,  
    lastlinedefined = 59,  
    what = "Lua",  
    currentline = -1,  
    nups = 3,  
    nparams = 3,  
    isvararg = false,  
    namewhat = "",  
    istailcall = false,  
    func = function: 0x000002548bfa1ea0,  
    },  
}