Skip to content

Commit 12a3763

Browse files
committed
feat: add todo for the log help
1 parent 365bb67 commit 12a3763

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

packages/i18n/src/locales/en_US.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,19 @@ const translations: Catalog = {
132132
'service-provider-node-driver': {},
133133
'shell-api': {
134134
classes: {
135+
ShellLog: {
136+
help: {
137+
description: 'Shell log methods',
138+
link: '#',
139+
attributes: {
140+
// TODO(MONGOSH-1995): Print help for the global log property.
141+
log: {
142+
description: 'Writes a custom entry to the log file',
143+
example: 'log.info("Custom message")',
144+
},
145+
},
146+
},
147+
},
135148
ShellApi: {
136149
help: {
137150
description: 'Shell Help',

0 commit comments

Comments
 (0)