Skip to content

Releases: RootITUp/Logging

4.2.13

Choose a tag to compare

@EsOsO EsOsO released this 25 Feb 13:20

What's new in 4.2.13

4.2.12

Choose a tag to compare

@EsOsO EsOsO released this 08 Nov 08:17

What's new in 4.2.12

4.2.11

Choose a tag to compare

@EsOsO EsOsO released this 23 Sep 12:45

What's new in 4.2.11

  • [FIX] Closed issue #66 where messages are lost on Powershell ISE
  • [MOD] Decreased Wait-Logging timeout from 5 minutes to 30 seconds

4.2.7

Choose a tag to compare

@EsOsO EsOsO released this 19 Sep 15:27

What's new in 4.2.7

4.2.6

Choose a tag to compare

@EsOsO EsOsO released this 13 Sep 07:32

What's new in 4.2.6

In this release we worked out an issue about setting default
level or formatting was not honored by the already configured
targets (#67) and one about level ignored when dispatching messages
to targets (#68)

Thanks to: @zamelek

4.2.3

Choose a tag to compare

@EsOsO EsOsO released this 27 Aug 10:05

What's new in 4.2.3

4.2.2

Choose a tag to compare

@EsOsO EsOsO released this 05 Aug 12:17

What's new in 4.2.2

In this minor release we fixed an annoying issue about how the module loads the available targets.
Now the loading routine is run inside the runspace to isolate the scope where the targets scriptblock is created.

  • [BUG] Major code update to address issue #63
  • [FIX] Set-LoggingDefaultLevel sets default level on cofigured targets too (#61, #58)
  • [MOD] Removed validation on parameter Arguments

4.1.1

Choose a tag to compare

@EsOsO EsOsO released this 20 May 13:02

What's new in 4.1.1

  • [NEW] Added timestamputc to log message properties #48
  • [NEW] Added Icons configuration to Slack target to map Log Levels to emoji #53
  • [FIX] Removed self loading in runspace
  • [FIX] Moved Use-LogMessage to private functions
  • [FIX] Added timeout to Wait-Logging to avoid hangs

4.0.3

Choose a tag to compare

@EsOsO EsOsO released this 15 Apr 08:17

What's new in 4.0.3

  • [FIX] removed catalog generation until I get more grasp on the process

3.0.0

Choose a tag to compare

@EsOsO EsOsO released this 15 Apr 07:59

What's new in 3.0.0

This major release shouldn't break anything.
It should improve logging performance to a new level thanks to the amazing work of @tosoikea.

  • [NEW] Advanced Logging Manager (thx to @tosoikea)
  • [NEW] Module catalog generation on build
  • [FIX] Filename token (thx to @lookcloser)
  • [MOD] Code cleanup