Skip to content

Releases: DagonMetric/ng-log

2.2.0

12 Oct 19:14
Compare
Choose a tag to compare

Changes

  • Update dependencies
  • Remove event_category and event_label from EventInfo.

npm package is available on:

@dagonmetric/ng-log

2.1.1

15 Jul 05:00
Compare
Choose a tag to compare

Changes

  • Update dependencies

npm package is available on:

@dagonmetric/ng-log

2.1.0

01 Jul 11:31
Compare
Choose a tag to compare

Features

  • Add destroyLogger method to LoggerProvider interface

Changes

  • Change telemetry property names to snake-case
  • Change some LoggerProvider interface methods to optional

npm package is available on:

@dagonmetric/ng-log

2.0.0

29 Jun 17:09
Compare
Choose a tag to compare

Features

  • Log service provides both application scoped root logger and category scoped child loggers with createLogger(categoryName) method.
  • Supports standard logging api (trace, debug, info, warn, error, fatal) and telemetry tracking api (trackPageView, trackEvent, etc.)
  • Extendable and plugable logging provider (see built-in ConsoleLoggerProvider for implementation demo)
  • Flexable logging configuration (similar and same as Microsoft ASP.NET Core Logging Configuration)
  • Logging configuration can be set by code or with a configuration loader (see LogConfigModule for detail)
  • Latest versions of Angular are supported
  • Work with Angular Universal (Server Side Rendering - SSR)

npm package is available on:

@dagonmetric/ng-log