Public/Get-LogFormat.ps1

function Get-LogFormat {
    [CmdletBinding()]
    param()
    process {
        return $Script:defaultOutputFormat
    }
}