aft-logging-filesystem
Advanced tools
Comparing version 8.2.0 to 8.3.0
{ | ||
"name": "aft-logging-filesystem", | ||
"version": "8.2.0", | ||
"version": "8.3.0", | ||
"description": "Automated Functional Testing (AFT) logging plugin package supporting logging to files", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"aft-core": "^8.2.0" | ||
"aft-core": "^8.3.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
@@ -78,3 +78,3 @@ "use strict"; | ||
level: 'error', | ||
message: aft_core_1.TestException.full(err) | ||
message: aft_core_1.Err.full(err) | ||
}; | ||
@@ -81,0 +81,0 @@ this._appendToFile(data); |
{ | ||
"name": "aft-logging-filesystem", | ||
"version": "8.2.0", | ||
"version": "8.3.0", | ||
"description": "Automated Functional Testing (AFT) logging plugin package supporting logging to files", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"aft-core": "^8.2.0" | ||
"aft-core": "^8.3.0" | ||
}, | ||
@@ -46,3 +46,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "a1113029539af5ce3cd3e391ea8844ca48489644" | ||
"gitHead": "48ced7ed9a8f95ea2a68cc6ffc7ebd90d0f2b86c" | ||
} |
import * as path from "path"; | ||
import { convert, fileio, LoggingPlugin, LoggingPluginOptions, LogLevel, LogMessageData, Merge, TestException, TestResult } from "aft-core"; | ||
import { convert, fileio, LoggingPlugin, LoggingPluginOptions, LogLevel, LogMessageData, Merge, Err, TestResult } from "aft-core"; | ||
import * as date from "date-and-time"; | ||
@@ -77,3 +77,3 @@ | ||
level: 'error', | ||
message: TestException.full(err) | ||
message: Err.full(err) | ||
}; | ||
@@ -80,0 +80,0 @@ this._appendToFile(data); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68197
Updatedaft-core@^8.3.0