Skip to content

gravejester/Communary.Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Communary.Logger

A logging framework for PowerShell.

Features

Supports logging to

  • File
    • Minimal
    • Normal (Plain Text)
    • CMTrace (Can be viewed using CMTrace)
  • Windows Event Log

Also includes a log rotation helper function to keep track of maximum file size and number of log files to keep.

Usage

Use New-Log to create a new log, and Write-Log to write to it. Both functions have built in help that you can access using the Get-Help cmdlet.

About

A simple logging framework for PowerShell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published