SATLogger.psd1

#
# Module manifest for module 'SATLogger'
#
# Generated by: Ryan Bakonis
#
# Generated on: 7/17/2024

@{
    ModuleVersion = '0.0.3'
    RootModule = 'SATLogger.psm1'
    GUID = 'a061404e-fe28-45a8-87cb-acbd6cb3c196'
    Author = 'Ryan Bakonis'
    CompanyName = 'Chapman University'
    Copyright = '(c) Ryan Bakonis. All rights reserved.'
    Description = 'Logger'

    FunctionsToExport = @(
        "Set-LogicMonitorConfiguration", 
        "Set-LogConfiguration", 
        "New-LogMessage"
    )
    CmdletsToExport = @()
    VariablesToExport = '*'
    AliasesToExport = @(
        "setlm", 
        "setlog", 
        "newlog"
    )
    PrivateData = @{
        PSData = @{
        } 
    } 
}