@gtsc/logging-models
Advanced tools
Comparing version 0.0.3-next.7 to 0.0.3-next.8
@@ -6,3 +6,3 @@ export * from "./connectors/multiLoggingConnector"; | ||
export * from "./models/ILoggingConnector"; | ||
export * from "./models/ILoggingContract"; | ||
export * from "./models/ILogging"; | ||
export * from "./models/ILoggingLevelsConfig"; | ||
@@ -9,0 +9,0 @@ export * from "./models/api/ILoggingCreateRequest"; |
# @gtsc/logging-models - Overview | ||
Models which define the structure of the logging connectors and contracts. | ||
Models which define the structure of the logging contracts and connectors. | ||
@@ -5,0 +5,0 @@ ## Installation |
@@ -11,4 +11,4 @@ # @gtsc/logging-models | ||
- [ILogEntry](interfaces/ILogEntry.md) | ||
- [ILogging](interfaces/ILogging.md) | ||
- [ILoggingConnector](interfaces/ILoggingConnector.md) | ||
- [ILoggingContract](interfaces/ILoggingContract.md) | ||
- [ILoggingCreateRequest](interfaces/ILoggingCreateRequest.md) | ||
@@ -15,0 +15,0 @@ - [ILoggingLevelsConfig](interfaces/ILoggingLevelsConfig.md) |
{ | ||
"name": "@gtsc/logging-models", | ||
"version": "0.0.3-next.7", | ||
"description": "Models which define the structure of the logging connectors and services.", | ||
"version": "0.0.3-next.8", | ||
"description": "Models which define the structure of the logging connectors and services", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
# GTSC Logging Models | ||
Models which define the structure of the logging connectors and contracts. | ||
Models which define the structure of the logging contracts and connectors. | ||
@@ -5,0 +5,0 @@ ## Installation |
50028