Constructor
new Logger(optionsopt)
Properties:
Name | Type | Description |
---|---|---|
raven |
RavenClient |
The Raven client used for sentry, if enabled. |
Creates a new Logger
Parameters:
Name | Type | Attributes | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | <optional> |
The configuration for the logger Properties
|
Members
timestamp :String
A formatted timestamp
Type:
- String
Methods
debug()
Log debugging information
error()
Log an error
info()
Log informal text
log()
Log generic text
warn()
Log a warning