Documentation ¶
Overview ¶
Copyright 2020 The VectorSQL Authors.
Code is licensed under Apache License, Version 2.0.
Index ¶
- Constants
- Variables
- type Log
- func (t *Log) Close()
- func (t *Log) Debug(format string, v ...interface{})
- func (t *Log) Error(format string, v ...interface{})
- func (t *Log) Fatal(format string, v ...interface{})
- func (t *Log) Info(format string, v ...interface{})
- func (t *Log) Panic(format string, v ...interface{})
- func (t *Log) SetLevel(level string)
- func (t *Log) Warning(format string, v ...interface{})
- type LogLevel
- type Option
- type Options
Constants ¶
View Source
const (
D_LOG_FLAGS int = log.LstdFlags | log.Lmicroseconds
)
Variables ¶
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.