Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 2.06 KB

README.md

File metadata and controls

53 lines (31 loc) · 2.06 KB

PoShLog.Sinks.Exceptionless

psgallery PowerShell Gallery psgallery Discord

PoShLog.Sinks.Exceptionless is extension module for PoShLog logging module. Contains sink that publishes log messages to Exceptionless.com.

Getting started

If you are familiar with PowerShell, skip to Installation section. For more detailed installation instructions check out Getting started wiki.

Installation

To install PoShLog.Sinks.Exceptionless, run following snippet from powershell:

Install-Module -Name PoShLog.Sinks.Exceptionless

Usage

Import-Module PoShLog
Import-Module PoShLog.Sinks.Exceptionless

New-Logger |
    Add-SinkExceptionless -ApiKey 'YOUR API KEY' |
    Start-Logger

Write-InfoLog 'Hurrray, my first log message!'

# Don't forget to close the logger
Close-Logger

Documentation

These examples are just to get you started fast. For more detailed documentation please check wiki.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

Credits