devTraceHelper
0.0.1.0
Provides functions (cmdlets) to log in terminal objects and time of execution.
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
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
Provides functions (cmdlets) to log in terminal objects and time of execution.
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
Show more
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
Installation Options
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
- devTraceHelper.nuspec
- devTraceHelper.psd1
- devTraceHelper.psm1
Version History
Version | Downloads | Last updated |
---|---|---|
0.0.2.0 | 302 | 11/14/2019 |
0.0.1.0 (current version) | 40 | 11/14/2019 |