Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Write-Log function #10

Open
vilega opened this issue May 13, 2020 · 4 comments
Open

Improve Write-Log function #10

vilega opened this issue May 13, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@vilega
Copy link
Owner

vilega commented May 13, 2020

Improve Write-Log function to add the possibility via a parameters to print to log, console or both.

@vilega vilega added the enhancement New feature or request label May 13, 2020
@vilega vilega added this to the June 2020 milestone May 13, 2020
@vilega vilega self-assigned this May 13, 2020
@vilega
Copy link
Owner Author

vilega commented May 15, 2020

we need to add timestamp for each entry, too

@vilega
Copy link
Owner Author

vilega commented Jun 1, 2020

won't fix; already implemented

@vilega vilega closed this as completed Jun 1, 2020
@vilega vilega reopened this Aug 28, 2020
@vilega vilega modified the milestones: June 2020, September 2020 Aug 28, 2020
@vilega vilega removed their assignment Aug 28, 2020
@vilega
Copy link
Owner Author

vilega commented Aug 28, 2020

implemented:

  • timestamp already

not yet implemented:

  • print to log, console or both.
  • write on console with a color

@vilega vilega modified the milestones: 2020 September, 2021 November Oct 20, 2021
@vilega
Copy link
Owner Author

vilega commented Oct 20, 2021

we need to implement text delimiter in CSV.

Maybe the best solution would be to change the current implementation to something like bellow:
Get-Process | Export-Csv -Path c:\Temp\Processes.csv -UseCulture -NoTypeInformation -Append

@vilega vilega self-assigned this Oct 20, 2021
@vilega vilega pinned this issue Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant