# Functions
DefaultPtermLogger returns a Logger implementation that writes to the default pterm printers for each logging level.
DirCreator returns a file creator that creates files relative to the given output directory.
# Constants
WailsAppPkgPath is the official import path of Wails v3's application package.
# Variables
NullCreator is a dummy file creator implementation.
NullLogger is a dummy Logger implementation that discards all incoming messages.
# Structs
PtermLogger is a Logger implementation that writes to pterm printers.
SystemPaths holds resolved paths of required system packages.
# Interfaces
FileCreator abstracts away file and directory creation.
A Logger instance provides methods to format and report messages intended for the end user.
# Type aliases
FileCreatorFunc is an adapter to allow the use of ordinary functions as file creators.