Interface LogSnagOptions

interface LogSnagOptions {
    project: string;
    token: string;
}

Properties

Properties

project: string

A hyphen delimited project name (i.e. my-logsnag-project)

token: string

An API token created via LogSnag settings

Generated using TypeDoc