< Back

Get-DefaultLoggerType

Sat Jan 18, 2020 5:17 pm

NAME Get-DefaultLoggerType



SYNTAX

Get-DefaultLoggerType [<CommonParameters>]





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).





INPUTS

None





OUTPUTS

System.Object



ALIASES

None





REMARKS

None





syntax : @{syntaxItem=@{name=Get-GlobalLoggerType;

parameter=@{description=System.Management.Automation.PSObject[]; parameterValue=String; name=Name;

required=false; globbing=false; pipelineInput=false; position=1}}}

parameters : @{parameter=@{description=System.Management.Automation.PSObject[]; defaultValue=[string]::Empty;

parameterValue=String; name=Name; type=@{name=String}; required=false; globbing=false;

pipelineInput=false; position=1}}

details : @{name=Get-GlobalLoggerType; description=System.Management.Automation.PSObject[]}

xmlns:maml : http://schemas.microsoft.com/maml/2004/10

xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10

xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10

Name : Get-GlobalLoggerType

Category : Function

Synopsis : Returns all Logger Types or a single Logger Type, if a name is referenced. Names may be passed by

pipeline input.

Component :

Role :

Functionality :

ModuleName : Noveris.Logger





syntax : @{syntaxItem=@{name=New-LoggerType; parameter=System.Management.Automation.PSObject[]}}

parameters : @{parameter=System.Management.Automation.PSObject[]}

details : @{name=New-LoggerType; description=System.Management.Automation.PSObject[]}

xmlns:maml : http://schemas.microsoft.com/maml/2004/10

xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10

xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10

Name : New-LoggerType

Category : Function

Synopsis : Generate a new Logger Type for use by Write-Logger when generating messages.

Component :

Role :

Functionality :

ModuleName : Noveris.Logger