Skip to content

Releases: RootITUp/Logging

4.2.13

25 Feb 13:20
Compare
Choose a tag to compare

What's new in 4.2.13

4.2.12

08 Nov 08:17
Compare
Choose a tag to compare

What's new in 4.2.12

4.2.11

23 Sep 12:45
Compare
Choose a tag to compare

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

19 Sep 15:27
Compare
Choose a tag to compare

What's new in 4.2.7

4.2.6

13 Sep 07:32
Compare
Choose a tag to compare

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

27 Aug 10:05
Compare
Choose a tag to compare

What's new in 4.2.3

4.2.2

05 Aug 12:17
Compare
Choose a tag to compare

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

20 May 13:02
Compare
Choose a tag to compare

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

15 Apr 08:17
Compare
Choose a tag to compare

What's new in 4.0.3

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

3.0.0

15 Apr 07:59
Compare
Choose a tag to compare

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