Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogLevel ¶ added in v3.0.1
type LogLevel int
func (*LogLevel) FromString ¶ added in v3.0.1
FromString sets a blog.Level from a string, returning ErrInvalidLogLevel if the string is invalid. Case-insensitive. Example: "ERROR" -> ERROR, "error" -> ERROR, "Error" -> ERROR, etc.
Click to show internal directories.
Click to hide internal directories.