package
0.0.10
Repository: https://github.com/knicknic/go-powershell.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

MakeLoggerFull returns a wrapper class that provides Full semantics, utilizing a simple Simple.write() function.

# Structs

SimpleFmtPrint is a Simple logger that calls fmt.Print.
SimpleFuncPtr is a Simple logger that allows you to pass in a function pointer for the Write call.

# Interfaces

Full the full logging interface with all functions.
Simple is the simplest logging interface you can have If this is specified, it will get wrapped into the full interface by prepending the category "Warning: ", "Information: "..