Search
Preparing search index...
The search index is not available
typescript-logging
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
"DataStructures"
TuplePair
Class TuplePair<X, Y>
Tuple to hold two values.
Type parameters
X
Y
Hierarchy
TuplePair
Index
Constructors
constructor
Accessors
x
y
Constructors
constructor
new
Tuple
Pair
(
x
:
X
, y
:
Y
)
:
TuplePair
Parameters
x:
X
y:
Y
Returns
TuplePair
Accessors
x
get
x
(
)
:
X
set
x
(
value
:
X
)
:
void
Returns
X
Parameters
value:
X
Returns
void
y
get
y
(
)
:
Y
set
y
(
value
:
Y
)
:
void
Returns
Y
Parameters
value:
Y
Returns
void
Globals
Internals
"typescript-
logging"
Externals
"
Abstract
Category
Logger"
"
Category
Console
Logger
Impl"
"
Category
Delegate
Logger
Impl"
"
Category
Extension
Logger
Impl"
"
Category
Logger"
"
Category
Message
Buffer
Impl"
"
Category
Service"
"
Data
Structures"
"
Extension
Helper"
"JSONHelper"
"
Logger"
"
Logger
Factory"
"
Logger
Factory
Impl"
"
Logger
Factory
Service"
"
Logger
Impl"
"
Logger
Options"
"
Message
Utils"
"json/
Extension
MessageJSON"
"json/
Extension
MessagesJSON"
Linked
List
Simple
Map
String
Builder
Tuple
Pair
constructor
x
y
Generated using
TypeDoc
Tuple to hold two values.