Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
WriteLog
0.10.0
Public/Get-LogFormat.ps1
function
Get-LogFormat
{
[
CmdletBinding
(
)
]
param
(
)
process
{
return
$Script:defaultOutputFormat
}
}