Documentation ¶
Overview ¶
Copyright © 2020 A. Jensen <jensen.aaro@gmail.com>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Copyright © 2020 A. Jensen <jensen.aaro@gmail.com>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Copyright © 2020 A. Jensen <jensen.aaro@gmail.com>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Copyright © 2020 A. Jensen <jensen.aaro@gmail.com>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func NewStandardClient ¶
type MultiClient ¶
type MultiClient []Client
func (MultiClient) Close ¶
func (mc MultiClient) Close() error
func (MultiClient) Logger ¶
func (mc MultiClient) Logger(logID string) Logger
type MultiLogger ¶
type MultiLogger struct {
// contains filtered or unexported fields
}
func (MultiLogger) Flush ¶
func (m MultiLogger) Flush() error
func (MultiLogger) Log ¶
func (m MultiLogger) Log(entry logging.Entry)
func (MultiLogger) StandardLogger ¶
func (m MultiLogger) StandardLogger(severity logging.Severity) *log.Logger
type StandardClient ¶
type StandardClient struct {
// contains filtered or unexported fields
}
func (StandardClient) Close ¶
func (s StandardClient) Close() error
func (StandardClient) Logger ¶
func (s StandardClient) Logger(logID string) Logger