Skip to main content

AuthDebugLog

  • Namespace: PPDS.Auth
  • Assembly: PPDS.Auth
  • Kind: Class

Summary

Controls debug logging output for the auth library.

Members

Methods

Reset

void Reset()

Resets the writer to null (no output).

Properties

Writer

Action<string> Writer { get; set; }

Gets or sets the action used to write debug messages. Set to null to suppress all output (default).