README
log (OperationClassification cjs)
Log a message with a special type
Input | ||
---|---|---|
message | string | the message to be displayed to the user |
Output |
Log a message with a special type
Show internal (10)
TODO: this is great. now also get the operationName. If the operationName appears in the config, for debug, show the log, otherwise don't show
Input | ||
---|---|---|
- | ||
Output |
TODO: Should parse a title from markdown
Input | ||
---|---|---|
markdown | string | |
Output | { title: { }, rest: { }, } |
a logging configuration object that you can set using a file in the root of your operation or project.
Properties:
Name | Type | Description |
---|---|---|
showDebug (optional) | boolean | |
showDefault (optional) | boolean | |
sayTitles (optional) | boolean | |
logFolder (optional) | string |
Properties:
Name | Type | Description |
---|---|---|
title (optional) | string | |
type (optional) | string | |
customConfig (optional) | object |
how should it look and feel?
Properties:
Name | Type | Description |
---|---|---|
config | object | |
fileConfig (optional) | object | |
functionConfig (optional) | object |
Properties:
Name | Type | Description |
---|---|---|
config | object | |
operationConfig | object |
if true, also shows debug messages
TODO: this is great. now also get the operationName. If the operationName appears in the config, for debug, show the log, otherwise don't show
TODO: Should parse a title from markdown
README
log (OperationClassification cjs)
Log a message with a special type
Input | ||
---|---|---|
message | string | the message to be displayed to the user |
Output |
Log a message with a special type
Show internal (10)
TODO: this is great. now also get the operationName. If the operationName appears in the config, for debug, show the log, otherwise don't show
Input | ||
---|---|---|
- | ||
Output |
TODO: Should parse a title from markdown
Input | ||
---|---|---|
markdown | string | |
Output | { title: { }, rest: { }, } |
a logging configuration object that you can set using a file in the root of your operation or project.
Properties:
Name | Type | Description |
---|---|---|
showDebug (optional) | boolean | |
showDefault (optional) | boolean | |
sayTitles (optional) | boolean | |
logFolder (optional) | string |
Properties:
Name | Type | Description |
---|---|---|
title (optional) | string | |
type (optional) | string | |
customConfig (optional) | object |
how should it look and feel?
Properties:
Name | Type | Description |
---|---|---|
config | object | |
fileConfig (optional) | object | |
functionConfig (optional) | object |
Properties:
Name | Type | Description |
---|---|---|
config | object | |
operationConfig | object |
if true, also shows debug messages
TODO: this is great. now also get the operationName. If the operationName appears in the config, for debug, show the log, otherwise don't show
TODO: Should parse a title from markdown