Send console.log to electron stdoutUsing console.log() in Electron appHow to redirect output to a file and stdoutCan I capture stdout/stderr separately and maintain original order?How to pipe stderr, and not stdout?Why is printing to stdout so slow? Can it be sped up?Where do writes to stdout go when launched from a cygwin shell, no redirectionlogger configuration to log to file and print to stdoutmove stdout out of the console, in portable Cusing console.log() with electronAttach visual studio debugger to electron appNot allowed to load local resource - Electron
Giving feedback to someone without sounding prejudiced
Is there anyway, I can have two passwords for my wi-fi
Is there a RAID 0 Equivalent for RAM?
What's the name of the logical fallacy where a debater extends a statement far beyond the original statement to make it true?
How to reduce predictors the right way for a logistic regression model
Does the Crossbow Expert feat's extra crossbow attack work with the reaction attack from a Hunter ranger's Giant Killer feature?
Why would five hundred and five be same as one?
Can I cause damage to electrical appliances by unplugging them when they are turned on?
In One Punch Man, is King actually weak?
If Captain Marvel (MCU) were to have a child with a human male, would the child be human or Kree?
Isometric embedding of a genus g surface
How would you translate "more" for use as an interface button?
Personal or impersonal in a technical resume
Why does a 97 / 92 key piano exist by Bösendorfer?
How were servants to the Kaiser of Imperial Germany treated and where may I find more information on them
Make a Bowl of Alphabet Soup
Can you identify this lizard-like creature I observed in the UK?
PTIJ: Which Dr. Seuss books should one obtain?
Check if object is null and return null
Why didn’t Eve recognize the little cockroach as a living organism?
What does "Scientists rise up against statistical significance" mean? (Comment in Nature)
Would this string work as string?
Why Shazam when there is already Superman?
I'm just a whisper. Who am I?
Send console.log to electron stdout
Using console.log() in Electron appHow to redirect output to a file and stdoutCan I capture stdout/stderr separately and maintain original order?How to pipe stderr, and not stdout?Why is printing to stdout so slow? Can it be sped up?Where do writes to stdout go when launched from a cygwin shell, no redirectionlogger configuration to log to file and print to stdoutmove stdout out of the console, in portable Cusing console.log() with electronAttach visual studio debugger to electron appNot allowed to load local resource - Electron
Per my understanding calls to console.log from js running under electron are directed to the console/debugger window. I am launching an electron based application from a bash script and would like to capture all console.log o/p to a log file. My most preferred method would be by redirecting all console.log to stdout of the electron process itself. What are the ways to do this? If electron itself does not support this, can I go with a vision electron build to achieve it? Alternatives are welcome.
javascript logging electron open-source stdout
add a comment |
Per my understanding calls to console.log from js running under electron are directed to the console/debugger window. I am launching an electron based application from a bash script and would like to capture all console.log o/p to a log file. My most preferred method would be by redirecting all console.log to stdout of the electron process itself. What are the ways to do this? If electron itself does not support this, can I go with a vision electron build to achieve it? Alternatives are welcome.
javascript logging electron open-source stdout
1
stackoverflow.com/questions/31759367/…. You can find exactly same question in comments..
– bigless
Mar 7 at 4:00
Thanks. My post includes possibility of a custom electron build.
– Agnel Kurian
Mar 7 at 8:19
add a comment |
Per my understanding calls to console.log from js running under electron are directed to the console/debugger window. I am launching an electron based application from a bash script and would like to capture all console.log o/p to a log file. My most preferred method would be by redirecting all console.log to stdout of the electron process itself. What are the ways to do this? If electron itself does not support this, can I go with a vision electron build to achieve it? Alternatives are welcome.
javascript logging electron open-source stdout
Per my understanding calls to console.log from js running under electron are directed to the console/debugger window. I am launching an electron based application from a bash script and would like to capture all console.log o/p to a log file. My most preferred method would be by redirecting all console.log to stdout of the electron process itself. What are the ways to do this? If electron itself does not support this, can I go with a vision electron build to achieve it? Alternatives are welcome.
javascript logging electron open-source stdout
javascript logging electron open-source stdout
asked Mar 7 at 3:23
Agnel KurianAgnel Kurian
28.1k35126198
28.1k35126198
1
stackoverflow.com/questions/31759367/…. You can find exactly same question in comments..
– bigless
Mar 7 at 4:00
Thanks. My post includes possibility of a custom electron build.
– Agnel Kurian
Mar 7 at 8:19
add a comment |
1
stackoverflow.com/questions/31759367/…. You can find exactly same question in comments..
– bigless
Mar 7 at 4:00
Thanks. My post includes possibility of a custom electron build.
– Agnel Kurian
Mar 7 at 8:19
1
1
stackoverflow.com/questions/31759367/…. You can find exactly same question in comments..
– bigless
Mar 7 at 4:00
stackoverflow.com/questions/31759367/…. You can find exactly same question in comments..
– bigless
Mar 7 at 4:00
Thanks. My post includes possibility of a custom electron build.
– Agnel Kurian
Mar 7 at 8:19
Thanks. My post includes possibility of a custom electron build.
– Agnel Kurian
Mar 7 at 8:19
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55035567%2fsend-console-log-to-electron-stdout%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55035567%2fsend-console-log-to-electron-stdout%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
stackoverflow.com/questions/31759367/…. You can find exactly same question in comments..
– bigless
Mar 7 at 4:00
Thanks. My post includes possibility of a custom electron build.
– Agnel Kurian
Mar 7 at 8:19