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


Use-LogMessage

SYNOPSIS

Spawned by LoggingManager to consume log messages.

SYNTAX

Use-LogMessage [<CommonParameters>]

DESCRIPTION

Do not call this method manually. This method will block until log messages are laid into the LoggingEventQueue and is then going to properly handle the logging.

EXAMPLES

EXAMPLE 1

DO NOT RUN MANUALLY

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

System.Int32

NOTES

https://logging.readthedocs.io/en/latest/functions/Use-LogMessage.md

https://github.com/EsOsO/Logging/blob/master/Logging/public/Use-LogMessage.ps1