Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogWriter ¶
type LogWriter struct {
TimeFormat string
TimeZone *time.Location
// contains filtered or unexported fields
}
func (*LogWriter) Print ¶
Print formats using the default formats for its operands and writes to writer. Spaces are added between operands when neither is a string. It returns the number of bytes written and any write error encountered.
func (*LogWriter) Printf ¶
Printf formats according to a format specifier and writes to writer. It returns the number of bytes written and any write error encountered.
Click to show internal directories.
Click to hide internal directories.