Methods
debug
- debug(this, ...args): void
 
- 
Parameters
- 
this: void
 
- 
Rest ...args: unknown[]
 
 
Returns void
 
error
- error(this, ...args): void
 
- 
Parameters
- 
this: void
 
- 
Rest ...args: unknown[]
 
 
Returns void
 
info
- info(this, ...args): void
 
- 
Parameters
- 
this: void
 
- 
Rest ...args: unknown[]
 
 
Returns void
 
trace
- trace(this, ...args): void
 
- 
Parameters
- 
this: void
 
- 
Rest ...args: unknown[]
 
 
Returns void
 
warn
- warn(this, ...args): void
 
- 
Parameters
- 
this: void
 
- 
Rest ...args: unknown[]
 
 
Returns void
 
 
 
 
Headless logger interface.
In contrast to basis logger, the methods of this one do not require a
thiscontext, and can be used as functions.