troy-foundation
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -6,2 +6,3 @@ export * from './assertion'; | ||
export * from './global-var'; | ||
export * from './log-msg-base'; | ||
export * from './managed-error'; | ||
@@ -8,0 +9,0 @@ export * from './managed-func'; |
@@ -22,2 +22,3 @@ "use strict"; | ||
__exportStar(require("./global-var"), exports); | ||
__exportStar(require("./log-msg-base"), exports); | ||
__exportStar(require("./managed-error"), exports); | ||
@@ -24,0 +25,0 @@ __exportStar(require("./managed-func"), exports); |
@@ -63,3 +63,3 @@ "use strict"; | ||
(0, write_trace_log_1.writeTraceLog)({ | ||
kind: `managed-func-exec-started`, | ||
kind: `on-managed-func-exec-started`, | ||
managedFuncFullname, | ||
@@ -73,3 +73,3 @@ managedFuncExecArgs: managedFuncConfig.isLoggingExecArgsEnabled ? managedFuncExecArgs : undefined, | ||
(0, write_trace_log_1.writeTraceLog)({ | ||
kind: `managed-func-exec-succeeded`, | ||
kind: `on-managed-func-exec-succeeded`, | ||
managedFuncFullname, | ||
@@ -99,3 +99,3 @@ managedFuncExecResult: managedFuncConfig.isLoggingExecResultEnabled ? managedFuncExecResult : undefined, | ||
(0, write_trace_log_1.writeTraceLog)({ | ||
kind: `managed-func-exec-failed`, | ||
kind: `on-managed-func-exec-failed`, | ||
managedFuncFullname, | ||
@@ -109,3 +109,3 @@ managedFuncExecErrorStack: managedFuncExecError.stack, | ||
(0, write_error_log_1.writeErrorLog)({ | ||
kind: `managed-func-exec-failed`, | ||
kind: `on-managed-func-exec-failed`, | ||
managedFuncFullname, | ||
@@ -112,0 +112,0 @@ managedFuncExecErrorStack: managedFuncExecError.stack, |
@@ -1,2 +0,3 @@ | ||
export type ExecuteWriteErrorLog = (errorLogMsg: unknown) => void; | ||
import { LogMsgBase } from "./log-msg-base"; | ||
export type ExecuteWriteErrorLog = <TErrorLogMsg extends LogMsgBase>(errorLogMsg: TErrorLogMsg) => void; | ||
export declare const EXECUTE_WRITE_ERROR_LOG: { | ||
@@ -3,0 +4,0 @@ value: ExecuteWriteErrorLog; |
@@ -1,2 +0,3 @@ | ||
export type ExecuteWriteInfoLog = (infoLogMsg: unknown) => void; | ||
import { LogMsgBase } from "./log-msg-base"; | ||
export type ExecuteWriteInfoLog = <TInfoLogMsg extends LogMsgBase>(infoLogMsg: TInfoLogMsg) => void; | ||
export declare const EXECUTE_WRITE_INFO_LOG: { | ||
@@ -3,0 +4,0 @@ value: ExecuteWriteInfoLog; |
@@ -1,2 +0,3 @@ | ||
export type ExecuteWriteTraceLog = (traceLogMsg: unknown) => void; | ||
import { LogMsgBase } from "./log-msg-base"; | ||
export type ExecuteWriteTraceLog = <TTraceLogMsg extends LogMsgBase>(traceLogMsg: TTraceLogMsg) => void; | ||
export declare const EXECUTE_WRITE_TRACE_LOG: { | ||
@@ -3,0 +4,0 @@ value: ExecuteWriteTraceLog; |
{ | ||
"name": "troy-foundation", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"main": "dist/index.js", | ||
@@ -11,3 +11,3 @@ "types": "dist/index.d.ts", | ||
"@types/node": "^16.0.0", | ||
"troy-package-dev-tools": "0.0.17" | ||
"troy-package-dev-tools": "0.0.18" | ||
}, | ||
@@ -14,0 +14,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
44600
69
570