Search
Preparing search index...
The search index is not available
@netgrif/components-core
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@netgrif/components-core
LogPublisherService
Class LogPublisherService
Hierarchy
LogPublisherService
Implements
OnDestroy
Index
Constructors
constructor
Properties
_log
_publishers
Accessors
publishers
Methods
clear
All
ng
On
Destroy
publish
register
Constructors
constructor
new
Log
Publisher
Service
(
config
:
ConfigurationService
)
:
LogPublisherService
Parameters
config:
ConfigurationService
Returns
LogPublisherService
Properties
Private
Readonly
_log
_log
:
BehaviorSubject
<
LogEntry
>
Private
Readonly
_publishers
_publishers
:
LogPublisher
[]
Accessors
publishers
get
publishers
(
)
:
LogPublisher
[]
Returns
LogPublisher
[]
Methods
clear
All
clear
All
(
)
:
void
Returns
void
ng
On
Destroy
ng
On
Destroy
(
)
:
void
Returns
void
publish
publish
(
entry
:
LogEntry
)
:
void
Parameters
entry:
LogEntry
Returns
void
register
register
(
publisher
:
LogPublisher
)
:
Observable
<
LogEntry
>
Parameters
publisher:
LogPublisher
Returns
Observable
<
LogEntry
>
Exports
Log
Publisher
Service
constructor
_log
_publishers
publishers
clear
All
ng
On
Destroy
publish
register
Generated using
TypeDoc