ic-reactor
Example
GitHub
Preparing search index...
core
utils
agent
ObservableLog
Class ObservableLog
Hierarchy (
View Summary
)
utils
.
agent
.
Observable
<
utils
.
agent
.
AgentLog
>
ObservableLog
Index
Constructors
constructor
Properties
observers
Methods
subscribe
unsubscribe
notify
print
warn
error
Constructors
constructor
new
ObservableLog
()
:
utils
.
agent
.
ObservableLog
Returns
utils
.
agent
.
ObservableLog
Properties
observers
observers
:
utils
.
agent
.
ObserveFunction
<
utils
.
agent
.
AgentLog
>
[]
Methods
subscribe
subscribe
(
func
:
utils
.
agent
.
ObserveFunction
<
utils
.
agent
.
AgentLog
>
)
:
void
Parameters
func
:
utils
.
agent
.
ObserveFunction
<
utils
.
agent
.
AgentLog
>
Returns
void
unsubscribe
unsubscribe
(
func
:
utils
.
agent
.
ObserveFunction
<
utils
.
agent
.
AgentLog
>
)
:
void
Parameters
func
:
utils
.
agent
.
ObserveFunction
<
utils
.
agent
.
AgentLog
>
Returns
void
notify
notify
(
data
:
utils
.
agent
.
AgentLog
,
...
rest
:
unknown
[]
)
:
void
Parameters
data
:
utils
.
agent
.
AgentLog
...
rest
:
unknown
[]
Returns
void
print
print
(
message
:
string
,
...
rest
:
unknown
[]
)
:
void
Parameters
message
:
string
...
rest
:
unknown
[]
Returns
void
warn
warn
(
message
:
string
,
...
rest
:
unknown
[]
)
:
void
Parameters
message
:
string
...
rest
:
unknown
[]
Returns
void
error
error
(
message
:
string
,
error
:
utils
.
agent
.
AgentError
,
...
rest
:
unknown
[]
)
:
void
Parameters
message
:
string
error
:
utils
.
agent
.
AgentError
...
rest
:
unknown
[]
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
observers
Methods
subscribe
unsubscribe
notify
print
warn
error
Example
GitHub
ic-reactor
Loading...