Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.94 KB

File metadata and controls

26 lines (17 loc) · 1.94 KB

Pslogg

A PowerShell module for logging messages to the PowerShell host or to PowerShell streams, and optionally to a log file.

Most recent build status Build status
Master branch build status Build status

Getting Started

See the Quick Start wiki page.

Features

The Pslogg module exports four functions:

  1. Write-LogMessage: Writes log messages to the PowerShell host or to a PowerShell stream, and optionally to a log file;

  2. Get-LogConfiguration: Retrieves a hash table which is a copy of the current configuration settings of the Pslogg module;

  3. Set-LogConfiguration: Sets one or more configuration settings. Use this function to set up the Pslogg module prior to writing any log messages;

  4. Reset-LogConfiguration: Resets the configuration back to its default settings.

Further Information

See the wiki pages for more information.