# Functions
Block print debug content with title.
EmojiLevelEncoder prints an emoji instead of the log level ❌ for Panic, Error and Fatal levels 🐛 for Debug ❗️ for Warning 📢 for Info and everything else.
Errors print the result of validate.
GetLogger get a logger instance form a context.
NewLogger construct a logger.
NewLoggerFromContext similar to `GetLogger`, but return a default logger if there is no logger instance in the context.
NewOutput construct an OutputWriter.
ResultErrors print the result of validate.
WithLogger set a logger instance into a context.
# Interfaces
OutputWriter describe an output writer.