devTraceHelper

0.0.2.0

Provides functions (cmdlets) for advanced colorized logging in terminal. Converts objects in JSON, allows to measure time of execution. Shows the file name and line where the "out" command called.

How to use.

Add the following code in your project.

# to log some text
out "some text"

# to log some object
out $object

# to log some object with comment
o
Provides functions (cmdlets) for advanced colorized logging in terminal. Converts objects in JSON, allows to measure time of execution. Shows the file name and line where the "out" command called.

How to use.

Add the following code in your project.

# to log some text
out "some text"

# to log some object
out $object

# to log some object with comment
out $object "comment or objectName"

# to view some object in the grid table window
out $object -asGrid

# to view some object in compact JSON (all objects converted to JSON)
out $object -compactJSON

# to measure time of execution
startMeasureTime
{ some code}
stopMeasureTime ("optional message")

Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name devTraceHelper

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name devTraceHelper

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2019 DMhome. All rights reserved.

Package Details

Author(s)

  • Dmitry Molchanov

Functions

out startMeasureTime stopMeasureTime

Dependencies

This module has no dependencies.

FileList

Version History

Version Downloads Last updated
0.0.2.0 (current version) 279 11/14/2019
0.0.1.0 37 11/14/2019