Skip to content

Get‐LoggingDefaultFormat

Massimo Bonvicini edited this page Aug 27, 2019 · 1 revision

external help file: Logging-help.xml Module Name: Logging online version: https://logging.readthedocs.io/en/latest/functions/Get-LoggingDefaultFormat.md schema: 2.0.0

Get-LoggingDefaultFormat

SYNOPSIS

Returns the default message format

SYNTAX

Get-LoggingDefaultFormat [<CommonParameters>]

DESCRIPTION

This function returns a string representing the default message format used by enabled targets that don't override it

EXAMPLES

EXAMPLE 1

Get-LoggingDefaultFormat

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

https://logging.readthedocs.io/en/latest/functions/Get-LoggingDefaultFormat.md

https://logging.readthedocs.io/en/latest/functions/Write-Log.md

https://logging.readthedocs.io/en/latest/LoggingFormat.md

https://github.com/EsOsO/Logging/blob/master/Logging/public/Get-LoggingDefaultFormat.ps1