We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365bb67 commit 12a3763Copy full SHA for 12a3763
packages/i18n/src/locales/en_US.ts
@@ -132,6 +132,19 @@ const translations: Catalog = {
132
'service-provider-node-driver': {},
133
'shell-api': {
134
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
148
ShellApi: {
149
help: {
150
description: 'Shell Help',
0 commit comments