Search
Preparing search index...
The search index is not available
@robotical/ricjs
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@robotical/ricjs
RICLog
Class RICLog
Hierarchy
RICLog
Index
Constructors
constructor
Properties
_log
Level
_log
Listener
Methods
debug
do
Logging
error
format
info
set
Log
Level
set
Log
Listener
verbose
warn
Constructors
constructor
new RICLog
(
)
:
RICLog
Returns
RICLog
Properties
Static
_log
Level
_log
Level
:
RICLogLevel
= RICLogLevel.DEBUG
Static
_log
Listener
_log
Listener
:
null
|
RICLogFn
= null
Methods
Static
debug
debug
(
msg
:
string
)
:
void
Parameters
msg:
string
Returns
void
Static
do
Logging
do
Logging
(
logLevel
:
RICLogLevel
, msg
:
string
)
:
boolean
Parameters
logLevel:
RICLogLevel
msg:
string
Returns
boolean
Static
error
error
(
msg
:
string
)
:
void
Parameters
msg:
string
Returns
void
Static
format
format
(
msg
:
string
)
:
string
Parameters
msg:
string
Returns
string
Static
info
info
(
msg
:
string
)
:
void
Parameters
msg:
string
Returns
void
Static
set
Log
Level
set
Log
Level
(
logLevel
:
RICLogLevel
)
:
void
Parameters
logLevel:
RICLogLevel
Returns
void
Static
set
Log
Listener
set
Log
Listener
(
listener
:
null
|
RICLogFn
)
:
void
Parameters
listener:
null
|
RICLogFn
Returns
void
Static
verbose
verbose
(
msg
:
string
)
:
void
Parameters
msg:
string
Returns
void
Static
warn
warn
(
msg
:
string
)
:
void
Parameters
msg:
string
Returns
void
Exports
RICLog
constructor
_log
Level
_log
Listener
debug
do
Logging
error
format
info
set
Log
Level
set
Log
Listener
verbose
warn
Generated using
TypeDoc