Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Pslogg
3.0.0
Private/Constants.ps1
# Global constants, available to multiple files in the module.
$_constCallerConsole
=
'[CONSOLE]'
$_constCallerUnknown
=
'[UNKNOWN CALLER]'
$_constCallerFunctionUnknown
=
'----'