Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EwsLogging

Index

Properties

Methods

Properties

Static DebugLogEnabled

DebugLogEnabled: boolean

Methods

Static Assert

  • Assert(condition: boolean, caller: string, message: string): void
  • Parameters

    • condition: boolean
    • caller: string
    • message: string

    Returns void

Static DebugLog

  • DebugLog(message: any, expandObject?: boolean): void
  • Parameters

    • message: any
    • Default value expandObject: boolean = false

    Returns void

Static Log

  • Log(message: any, always?: boolean, expandObject?: boolean): void
  • Parameters

    • message: any
    • Default value always: boolean = false
    • Default value expandObject: boolean = false

    Returns void

Generated using TypeDoc