Documentation ¶
Index ¶
Constants ¶
View Source
const Limit = 256
Limit is the maximum value of Level.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct { io.Writer // underlying writer. Level int // number of times \t must be inserted before each line. UseSpaces bool // true iff Level is the number of spaces instead of tabs. Width int // number of whitespace characters in each level. Defaults to 1. // contains filtered or unexported fields }
Writer inserts indentation before each line.
Click to show internal directories.
Click to hide internal directories.