juneb / PSLogging

Multi-target logging module to simplify and centralize logging in your code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSLogging

Multi-target logging module to simplify and centralize logging in your code.

Log targets

The PSLogging module supports the following log targets:

  • File
  • Host
  • PassThru (will write to the verbose, warning, and error streams)
  • Event Log
  • Email (log events are collected, and a separate cmdlet is used to send the e-mail)

Compatibility

The PSLogging module is compatible with PowerShell v2.0 and up.

About

Multi-target logging module to simplify and centralize logging in your code.


Languages

Language:PowerShell 100.0%