Convert logic to string

yeah no ToString for logic. +vote to adding this
You have to do the less elegant way:

    if (Logicc = true):
        Logger.Print("true")
    else:
        Logger.Print("false")
2 Likes