Add target: richtextbox #127
Denver80211
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey I'm really new to github despite years of coding. I notice I'm the first to post an "idea" and wonder if I should be using Issues instead since that's where all the action is.
I've built a number of logging functions in the past and was about to start a new one but found this and thought perhaps the better route was to suggest things here rather than start from scratch.
I use Sapien Powershell Studio a lot to put a GUI over my scripts.
It would be cool to be able to pass your logging module a richtextbox object as a logging target ( GUI output options might include label I supose). With it you can have options like -color -newline:$false (where True is default)
My stupid simple example of the code:
$rtbObject = $richtextbox1 #object handed to the module
Beta Was this translation helpful? Give feedback.
All reactions