Versions in this module Expand all Collapse all v0 v0.2.1 Aug 31, 2022 v0.2.0 Aug 27, 2022 Changes in this version + func Stop() v0.1.0 Aug 22, 2022 Changes in this version + func Print(t MessageType, level LogLevel, content ...interface{}) + func PrintConnect(level LogLevel, content ...interface{}) + func PrintDisconnect(level LogLevel, content ...interface{}) + func PrintDone(level LogLevel, content ...interface{}) + func PrintError(level LogLevel, content ...interface{}) + func PrintFatal(level LogLevel, content ...interface{}) + func PrintInfo(level LogLevel, content ...interface{}) + func PrintMount(level LogLevel, content ...interface{}) + func PrintProgress(level LogLevel, content ...interface{}) + func PrintRequest(level LogLevel, content ...interface{}) + func PrintResolve(level LogLevel, content ...interface{}) + func PrintUnmount(level LogLevel, content ...interface{}) + func PrintWarning(level LogLevel, content ...interface{}) + func SetLogDirectory(directoryName string) + func SetLogLevel(level LogLevel) + func UnsetLogDirectory() + type LogLevel int + const LogLevelDebug + const LogLevelError + const LogLevelNone + const LogLevelNormal + type Message struct + Content []interface{} + Level LogLevel + Type MessageType + type MessageType int + const Bind + const Connect + const Disconnect + const Done + const Error + const Fatal + const Info + const Mount + const Progress + const Request + const Resolve + const Unbind + const Unmount + const Warning