@gtsc/logging-models
Advanced tools
Comparing version 0.0.3-next.19 to 0.0.3-next.20
@@ -11,2 +11,6 @@ import type { EntityCondition, SortDirection } from "@gtsc/entity"; | ||
/** | ||
* Runtime name for the class. | ||
*/ | ||
readonly CLASS_NAME: string; | ||
/** | ||
* The connectors to send the log entries to. | ||
@@ -13,0 +17,0 @@ */ |
@@ -10,2 +10,6 @@ import type { EntityCondition, SortDirection } from "@gtsc/entity"; | ||
/** | ||
* Runtime name for the class. | ||
*/ | ||
readonly CLASS_NAME: string; | ||
/** | ||
* Log an entry to the connector. | ||
@@ -12,0 +16,0 @@ * @param requestContext The context for the request. |
@@ -41,2 +41,14 @@ [**@gtsc/logging-models**](../overview.md) • **Docs** | ||
### CLASS\_NAME | ||
> `readonly` **CLASS\_NAME**: `string` | ||
Runtime name for the class. | ||
#### Implementation of | ||
[`ILoggingConnector`](../interfaces/ILoggingConnector.md).[`CLASS_NAME`](../interfaces/ILoggingConnector.md#class_name) | ||
*** | ||
### \_loggingConnectors | ||
@@ -43,0 +55,0 @@ |
@@ -23,2 +23,14 @@ [**@gtsc/logging-models**](../overview.md) • **Docs** | ||
## Properties | ||
### CLASS\_NAME | ||
> `readonly` **CLASS\_NAME**: `string` | ||
Runtime name for the class. | ||
#### Implementation of | ||
[`ILoggingConnector`](../interfaces/ILoggingConnector.md).[`CLASS_NAME`](../interfaces/ILoggingConnector.md#class_name) | ||
## Methods | ||
@@ -25,0 +37,0 @@ |
@@ -13,2 +13,14 @@ [**@gtsc/logging-models**](../overview.md) • **Docs** | ||
## Properties | ||
### CLASS\_NAME | ||
> `readonly` **CLASS\_NAME**: `string` | ||
The name of the service. | ||
#### Inherited from | ||
`IService.CLASS_NAME` | ||
## Methods | ||
@@ -15,0 +27,0 @@ |
@@ -13,2 +13,14 @@ [**@gtsc/logging-models**](../overview.md) • **Docs** | ||
## Properties | ||
### CLASS\_NAME | ||
> `readonly` **CLASS\_NAME**: `string` | ||
The name of the service. | ||
#### Inherited from | ||
`IService.CLASS_NAME` | ||
## Methods | ||
@@ -15,0 +27,0 @@ |
{ | ||
"name": "@gtsc/logging-models", | ||
"version": "0.0.3-next.19", | ||
"version": "0.0.3-next.20", | ||
"description": "Models which define the structure of the logging connectors and services", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
50942
593