Skip to content

MetroLog 2.1.0

Latest
Compare
Choose a tag to compare
@roubachof roubachof released this 16 Jan 09:56
· 4 commits to main since this release

MetroLog 2.1.0

  • Toggle Accelerometer Off before showing logs page. Logs page will still attempt to disable and enabled after being closed (Fixes #4)
  • Return null instead of throwing NotSupportedException in MicrosoftLoggerWrapper.BeginScope (Fixes #6)
  • Ensure Initialized before call to GetCompressedLogsInternal. (Fixes #11)
  • Unify root namespace in sample project to MetroLogSample.Maui.
  • Add Layout to LoggerOptions for custom layout support. (Fixes #7)
  • Add SimpleLayout to sample project.