Log inGet started

log

The log namespace — the engine's Luau API reference for log.

The log namespace — 4 functions.

log/debug

log.debug(...args)

Log a debug-level message. Concatenates all arguments with tabs.

log/error

log.error(...args)

Log an error-level message. Concatenates all arguments with tabs.

log/info

log.info(...args)

Log an info-level message. Concatenates all arguments with tabs.

log/warn

log.warn(...args)

Log a warning-level message. Concatenates all arguments with tabs.

  • api
  • reference