Documentation
¶
Index ¶
- Constants
- func Log(level LogLevel, icon, message string, args ...interface{})
- func LogComplete(message string)
- func LogDryRun(level LogLevel, icon, message string, args ...interface{})
- func LogError(message string, args ...interface{})
- func LogWarning(message string, args ...interface{})
- type LogLevel
Constants ¶
View Source
const ( IconCopy = "📋" IconSkip = "⏭️" IconFolder = "📁" IconExplode = "💥" IconWarning = "⚠️" IconRename = "🏷️" IconComplete = "✅" IconReplace = "🔀" IconRewrite = "🔀" IconClean = "🧹" IconError = "❌" )
Icons for different types of log messages
Variables ¶
This section is empty.
Functions ¶
func LogComplete ¶
func LogComplete(message string)
func LogWarning ¶
func LogWarning(message string, args ...interface{})
Types ¶
Click to show internal directories.
Click to hide internal directories.