PSLogs.psd1
# # Module manifest for module 'PSLogs' # # Generated by: Hannes Palmquist # # Generated on: 2023-08-24 # @{ RootModule = 'PSLogs.psm1' ModuleVersion = '5.1.0' CompatiblePSEditions = @('Desktop', 'Core') PowerShellVersion = '5.1' GUID = '13599ad2-2234-44f2-933f-ffbb2e8e64c6' Author = 'Hannes Palmquist' CompanyName = 'GetPS' Copyright = '(c) Hannes Palmquist. All rights reserved.' Description = 'Powershell Logging Module. Support multiple logging targets, including console, file, sqlite, winevent, gelf, slack etc.' NestedModules = @() RequiredModules = @() FunctionsToExport = @('Add-LoggingLevel','Add-LoggingTarget','Get-LoggingAvailableTarget','Get-LoggingCallerScope','Get-LoggingDefaultFormat','Get-LoggingDefaultLevel','Get-LoggingTarget','Set-LoggingCallerScope','Set-LoggingCustomTarget','Set-LoggingDefaultFormat','Set-LoggingDefaultLevel','Wait-Logging','Write-Log') CmdletsToExport = '*' VariablesToExport = '*' AliasesToExport = '*' PrivateData = @{ PSData = @{ LicenseUri = 'https://github.com/hanpq/PSLogs/blob/main/LICENSE' RequireLicenseAcceptance = $false Prerelease = 'preview0001' Tags = @('PSEdition_Desktop', 'PSEdition_Core', 'Windows', 'Linux', 'MacOS') ProjectUri = 'https://getps.dev/modules/PSLogs/getstarted' ReleaseNotes = '## [5.1.0-preview0001] - 2023-09-11 ### Added - Added configuration parameters to console plugin to only colorize level. This is false by default. ### Fixed - Typos in comment based help fixed. - Fixed typo on critical logging level defintion. ' } } } |