Class/PSLogProxy.Class.PSLogProxyFeature.ps1

Class PSLogProxyFeature {
    [String]$Name
    [Bool]$Enabled
    [String]$CommandString
    [hashtable]$Settings
}