Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.82 KB

README_TEMPLATE.md

File metadata and controls

49 lines (28 loc) · 1.82 KB

PoShLog.Sinks.SINK_NAME

psgallery PowerShell Gallery psgallery [Discord(https://discord.gg/gGFtbf)

PoShLog.Sinks.SINK_NAME is extension module for PoShLog logging module. Contains sink that publishes log messages to ILL_HERE

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.SINK_NAME, run following snippet from owershell

Install-Module -Name PoShLog.Sinks.SINK_NAME

Usage

Import-Module PoShLog
Import-Module PoShLog.Sinks.SINK_NAME

FILL_HERE

# 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

AUTHOR_NAME

License

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

Credits