Creating Plot Twists
Plot
GitHub
NPM
Preparing search index...
tools/twists
Log
Type Alias Log
Represents a log entry from a twist execution.
type
Log
=
{
timestamp
:
Date
;
environment
:
"personal"
|
"private"
|
"review"
|
"public"
;
severity
:
"log"
|
"error"
|
"warn"
|
"info"
;
message
:
string
;
}
Index
Properties
timestamp
environment
severity
message
Properties
timestamp
timestamp
:
Date
environment
environment
:
"personal"
|
"private"
|
"review"
|
"public"
severity
severity
:
"log"
|
"error"
|
"warn"
|
"info"
message
message
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
timestamp
environment
severity
message
Plot
GitHub
NPM
Creating Plot Twists
Loading...
Represents a log entry from a twist execution.