Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 682 Bytes

File metadata and controls

32 lines (18 loc) · 682 Bytes

Formula > Functions > Log

As of v8.3.

log\info

log\info(MESSAGE, [CONTEXT])

Log a string MESSAGE with the INFO level. An optional CONTEXT should be an object.

log\notice

log\notice(MESSAGE, [CONTEXT])

Log a string MESSAGE with the NOTICE level. An optional CONTEXT should be an object.

log\warning

log\warning(MESSAGE, [CONTEXT])

Log a string MESSAGE with the WARNING level. An optional CONTEXT should be an object.

log\error

log\error(MESSAGE, [CONTEXT])

Log a string MESSAGE with the ERROR level. An optional CONTEXT should be an object.