7 lines
235 B
PowerShell
7 lines
235 B
PowerShell
|
|
@{
|
||
|
|
ModuleVersion = '1.0.0'
|
||
|
|
GUID = 'affc6c50-b639-478a-a2f2-b7356f1ace16'
|
||
|
|
Author = 'Alex Kohut'
|
||
|
|
Description = 'Handles logging operations.'
|
||
|
|
FunctionsToExport = @('Initialize-Logging', 'Write-Log')
|
||
|
|
}
|