Methods
debug
debug( msg: any , ... opts: any [] ) : void
Parameters
msg: any
Rest ... opts: any []
Returns void
endTime
endTime( label: string ) : void
info
info( msg: any , ... opts: any [] ) : void
Parameters
msg: any
Rest ... opts: any []
Returns void
severe
severe( msg: any , ... opts: any [] ) : void
Parameters
msg: any
Rest ... opts: any []
Returns void
startTime
startTime( label: string ) : void
warn
warn( msg: any , ... opts: any [] ) : void
Parameters
msg: any
Rest ... opts: any []
Returns void
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Type alias with type parameter
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Logging facility
A simple text logging facility, much like the browser
console.log()
API and friends. An instance of this interface is available to a extension via theExtensionContext
object passed to each extension'sactivate()
function.