Methods
debug
debug( ... items: Array < any > ) : void
Parameters
Rest ... items: Array < any >
Returns void
error
error( ... items: Array < any > ) : void
Parameters
Rest ... items: Array < any >
Returns void
info
info( ... items: Array < any > ) : void
Parameters
Rest ... items: Array < any >
Returns void
log
log( ... items: Array < any > ) : void
Parameters
Rest ... items: Array < any >
Returns void
success
success( ... items: Array < any > ) : void
Parameters
Rest ... items: Array < any >
Returns void
warn
warn( ... items: Array < any > ) : void
Parameters
Rest ... items: Array < any >
Returns void
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
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
This logger provides a way to log various levels to the entire system. When used, the items passed in will be logged to the database. This will allow people to easily see what happened (users) or debug what went wrong.