Documentation
¶
Index ¶
- func PostPrint(format string, args ...any)
- func PostPrintf(format string, args ...any)
- func Print(format string, args ...any)
- func PrintError(format string, args ...any)
- func PrintInfo(format string, args ...any)
- func PrintNotify(format string, args ...any)
- func PrintWarning(format string, args ...any)
- func Printf(format string, args ...any)
- func PrintfError(format string, args ...any)
- func PrintfInfo(format string, args ...any)
- func PrintfNotify(format string, args ...any)
- func PrintfWarning(format string, args ...any)
- func SetPostOut(fn func(string, ...any) (int, error))
- func SetPreOut(fn func(string, ...any) (int, error))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PostPrintf ¶
PostPrintf prints regular message by formatter wihtout new line
func PrintError ¶
PrintError prints message with ERROR level
func PrintNotify ¶
PrintNotify prints message with NOTIFY level
func PrintWarning ¶
PrintWarning prints message with WARNING level
func PrintfError ¶
PrintfError prints message with ERROR level without new line
func PrintfInfo ¶
PrintfInfo prints message with INFO level without new line
func PrintfNotify ¶
PrintfNotify prints message with NOTIFY level without new line
func PrintfWarning ¶
PrintfWarning prints message with WARNING level without new line
func SetPostOut ¶
SetPostOut sets function to print content under console cursor
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.