Skip to content

Latest commit

 

History

History
68 lines (37 loc) · 975 Bytes

_util_log_d_.logger.md

File metadata and controls

68 lines (37 loc) · 975 Bytes

SmartAppLogger

Logger

Properties

Methods

debug

debug: LeveledLogMethod

Log a debug message


error

error: LeveledLogMethod

Log an error message


info

info: LeveledLogMethod

Log an info message


log

log: LogMethod

Log a message with a specified log level


warn

warn: LeveledLogMethod

Log a warning message

exception

exception(error: Error): void

Log a caught exception. The default logger display a stack trace when this method is used

Parameters:

Name Type
error Error

Returns: void