Public/Configuration/Show-LogConfig.ps1

function Show-LogConfig() {
    $LogConfig | Format-List
}