Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

API Class: ProgramLog.Log()

D1G1T4L3CH0 edited this page Aug 12, 2015 · 1 revision

Summary

Prints text to the console.

Arguments

TDSM.API.Logging.ProgramLog.Log(string message)

Example(s)

Lua

import('TDSM.API.Logging')
ProgramLog.Log("Hello World!")

C#

using TDSM.API.Logging;
ProgramLog.Log("Hello World!");
Clone this wiki locally