Versions in this module Expand all Collapse all v0 v0.0.1 Feb 18, 2025 Changes in this version + func NewHandler(out io.Writer, o *Options) *developHandler + type Color uint + const Black + const Blue + const Cyan + const Green + const Magenta + const Red + const UnknownColor + const White + const Yellow + type Options struct + DebugColor Color + ErrorColor Color + InfoColor Color + MaxErrorStackTrace uint + MaxSlicePrintSize uint + NewLineAfterLog bool + NoColor bool + SortKeys bool + StringIndentation bool + StringerFormatter bool + TimeFormat string + WarnColor Color