Documentation ¶ Index ¶ func Close() error func Init(opt ...Option) func SetLevel(l string) error type Option func Console(open bool) Option func Dir(dir string) Option func Ext(ext string) Option func File(open bool) Option func Name(name string) Option type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Close ¶ func Close() error func Init ¶ func Init(opt ...Option) func SetLevel ¶ func SetLevel(l string) error Types ¶ type Option ¶ type Option func(*Options) Option ... func Console ¶ func Console(open bool) Option func Dir ¶ func Dir(dir string) Option Dir ... func Ext ¶ func Ext(ext string) Option Ext ... func File ¶ func File(open bool) Option func Name ¶ func Name(name string) Option Name ... type Options ¶ type Options struct { // contains filtered or unexported fields } Source Files ¶ View all Source files file.gologger.gooption.go Click to show internal directories. Click to hide internal directories.