Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // LogWithTs either display timestamp messages on log or not LogWithTs bool // LogLevel options are: debug,info,warn,error,panic,fatal LogLevel string // LogEnableTrace whether capture the trace info in error and above level logs. LogEnableTrace bool // LogFilePath the absolute path of the log file. if empty, then stdout will be used. LogFilePath string }
Options global MQTT config
Click to show internal directories.
Click to hide internal directories.