Documentation ¶
Index ¶
Constants ¶
View Source
const LogfilePrefix = "/var/log/alicloud/"
LogfilePrefix prefix of log file
Variables ¶
View Source
var Log *logrus.Logger
Functions ¶
Types ¶
type Formatter ¶
type Formatter struct { // Timestamp format TimestampFormat string // Available standard keys: time, msg, lvl // Also can include custom fields but limited to strings. // All of fields need to be wrapped inside %% i.e %time% %msg% LogFormat string }
Formatter implements logrus.Formatter interface.
Click to show internal directories.
Click to hide internal directories.