modules/HomeLab.Logging/Public/Get-LogPath.ps1

function Get-LogPath {
    [CmdletBinding()]
    param()
    
    return $Global:Config.LogFile
}