@farmart-tech/brave-admin-sdk
Preparing search index...
LogReader
Class LogReader
Index
Constructors
constructor
Methods
get
All
Logs
get
Logs
For
Entity
Constructors
constructor
new
LogReader
(
firestoreDbConfig
:
FirestoreDbConfig
,
workspace
?:
string
,
)
:
LogReader
Parameters
firestoreDbConfig
:
FirestoreDbConfig
Optional
workspace
:
string
Returns
LogReader
Methods
get
All
Logs
getAllLogs
(
collectionName
:
string
)
:
Promise
<
Record
<
string
,
ILog
>
>
Parameters
collectionName
:
string
Returns
Promise
<
Record
<
string
,
ILog
>
>
get
Logs
For
Entity
getLogsForEntity
(
collectionName
:
string
,
entityName
:
string
)
:
Promise
<
ILog
[]
>
Parameters
collectionName
:
string
entityName
:
string
Returns
Promise
<
ILog
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
All
Logs
get
Logs
For
Entity
@farmart-tech/brave-admin-sdk
Loading...