Main | Contact | Blog | Documentation

PowerShell Framework

The project dedicated to empowering your PowerShell scripting.

The Logging System

The documentation is still a work in progress. Some pages still contain but a placeholder, filling in the content as fast as I an make myself write it.

Synopsis

The logging system enables maximum flexibility when logging for minimal complexity to use. It supports logging in different formats to a variety of logging services. Its asynchronous nature prevents impact on code performance while being runspace-safe to use.

Key Features / Benefits

Core Concepts

Quick Start Guides

Logging To …

A quick refence list on how to log to the built-in Logging Providers:

Basics

Logging Providers

The full reference documentation for each built-in Logging Provider

Conference Recordings

Advanced

Notes

Back to PSFramework