Discover Packages
github.com/stts-se/transtool-open
log
package
Version:
v0.0.0-...-e506182
Opens a new window with list of versions in this module.
Published: Nov 24, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func Debug(format string , args ...interface{})
Debug logs a message of level 'debug', and then exit using os.Exit(1)
func Error(format string , args ...interface{})
Error logs a message of level 'info'.
func Fatal(format string , args ...interface{})
Fatal logs a message of level 'fatal'.
func Info(format string , args ...interface{})
Info logs a message of level 'info'.
func Log(level, format string , args ...interface{})
Log a message (level and content) to stderr and to the client's mqtt server.
Level is typically info/warning et cetera. For fatal log messages, use MQTTLogger.Fatal
func Warning(format string , args ...interface{})
Warning logs a message of level 'warning'.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.