Options
All
  • Public
  • Public/Protected
  • All
Menu

Information about the host environment in which a Log object is created. This information should only be logged once by each agent, e.g. initially at startup.

Hierarchy

  • LogHost

Index

Properties

Optional agentInfo

agentInfo?: AgentInfo

Package and build information of the agent that logs.

Optional hostname

hostname?: string

Hostname of the application that generates a log record (optional). May be specified by Node.js applications.

Optional pid

pid?: number

Process ID of the application that generates a log record (optional). May be specified by Node.js applications.

Optional userAgent

userAgent?: string

User agent of the application that generates a log record (optional). May be specified by browser or cordova applications.

Generated using TypeDoc