Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 2.01 KB

File metadata and controls

64 lines (44 loc) · 2.01 KB

Module Name: NLogModule Module Guid: 00000000-0000-0000-0000-000000000000 Download Help Link: https://github.com/zloeber/nlogmodule/release/NLogModule/docs/NLogModule.md Help Version: 0.0.2 Locale: en-US

NLogModule Module

Description

NLog PowerShell wrapper

NLogModule Cmdlets

Validate if the NLog Dll is loaded or not.

Gets the current nlog instance for the module

Sets the log message layout

Creates a new configuration in memory

Creates a new console logging target

Creates a new file logging target

Creates a new LogManager instance

Creates a new logging target

Start NLog logging with a basic configuration.

UnRegister the NLog Target..

Writes a debug message to the console. Writes a debug message to the console.

Writes an object to the error stream. Writes an object to the error stream.

Writes customized output to a host. Writes customized output to a host.

Sends the specified objects to the next command in the pipeline. If the command is the last command in the pipeline, the objects are displayed in the console. Sends the specified objects to the next command in the pipeline. If the command is the last command in the pipeline, the objects are displayed in the console.

Writes text to the verbose message stream. Writes text to the verbose message stream.

Write-Warning [[-Message] ] [] Writes a warning message.