Documentation ¶ Index ¶ Variables func LogWriter(lgr ech0.Zero, fs afero.Fs) logger.Logger Constants ¶ This section is empty. Variables ¶ View Source var ( // DurationAsString enables writing durations as e.g. "21.4ms" instead of "21.432". DurationAsString = false ) Functions ¶ func LogWriter ¶ func LogWriter(lgr ech0.Zero, fs afero.Fs) logger.Logger LogWriter returns a new Logger. The directory dir specifies where request and response bodies will be written as files, if enabled. The current directory is used if dir is "." or blank. Types ¶ This section is empty. Source Files ¶ View all Source files ech0logging.go Click to show internal directories. Click to hide internal directories.