iotile-common
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Service
Base
constructor
$injector
$log
initialized
begin
Initialization
initialize
log_
debug
log_
error
log_
info
log_
warn
Hierarchy
ObjectBase
ServiceBase
Index
Constructors
constructor
Properties
$injector
$log
initialized
Methods
begin
Initialization
initialize
log_
debug
log_
error
log_
info
log_
warn
Constructors
constructor
new
Service
Base
(
name
:
string
, $injector
:
any
)
:
ServiceBase
Parameters
name:
string
$injector:
any
Returns
ServiceBase
Properties
Protected
$injector
$injector
:
any
Protected
$log
$log
:
any
initialized
initialized
:
Promise
<
void
>
|
null
Methods
Protected
begin
Initialization
begin
Initialization
(
)
:
void
Returns
void
Protected
initialize
initialize
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Protected
log_
debug
log_
debug
(
message
:
string
,
...
args
:
any
[]
)
:
void
Parameters
message:
string
Rest
...
args:
any
[]
Returns
void
Protected
log_
error
log_
error
(
message
:
string
,
...
args
:
any
[]
)
:
void
Parameters
message:
string
Rest
...
args:
any
[]
Returns
void
Protected
log_
info
log_
info
(
message
:
string
,
...
args
:
any
[]
)
:
void
Parameters
message:
string
Rest
...
args:
any
[]
Returns
void
Protected
log_
warn
log_
warn
(
message
:
string
,
...
args
:
any
[]
)
:
void
Parameters
message:
string
Rest
...
args:
any
[]
Returns
void
Generated using
TypeDoc