Creates a new logging target
New-NLogTarget [-TargetType] <String>
Logging targets are required to write down the log messages somewhere
$myFilelogtarget = New-NLogTarget -targetType "file"
Type of target to return, Console, file, or mail are supported.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False