Skip to main content

All Questions

Tagged with
-1 votes
1 answer
11 views

Implementing client side logger with console.log capabilities

in order to extend console.log in the browser with a few extras (like a timestamp and loglevel) I came up with the following implementation: const LOG_LEVELS = { DEBUG: 0, INFO: 1, WARN: ...
devnull69's user avatar
  • 16.4k
0 votes
1 answer
155 views

Serilog console logging with ThreadId

I have a console application with Target framework 8.0. I would like to log ThreadId to console output of my serilog log. ThreadId is getting logged to json file but in console it does not log ...
Vinay's user avatar
  • 275
1 vote
1 answer
44 views

Clear console to get a single row of logging in terminal Python

I'm trying to display a single line of logging in the console instead of have a bunh of lines for every single update. I think with an example is easy to understand. I have a while True cycle like: ...
NicoCaldo's user avatar
  • 1,445
1 vote
0 answers
38 views

NodeJS console logging, sporadic missing carriage return

I can't seem to figure this one out. I have tried multiple terminals. I have a NodeJS application, that logs to a logfile and stdout, if a tty is attached. However, when logging to the terminal, ...
David White's user avatar
1 vote
0 answers
76 views

How to set coloration with os_log using swift and xcode?

I set up logging yesterday in my project using OSLog and os_log(). I noticed that when I log using the OSLogTypes of .info and .debug, in the console, they're white. But when I use the OSLogType of ....
Tiny Tim's user avatar
  • 275
0 votes
0 answers
19 views

How to get the ios device logs programatically

I want to retrieve the system logs which will have the information about sip (Session Initiate Protocol), this protocol has the information about signalling of audio/video call and generated by the ...
VIJAY NAILWAL's user avatar
0 votes
0 answers
117 views

In Firefox, browser console is not showing console log window

In Firefox, browser console is not showing console log window Hello To show firefox browser console log when the console is not showing in console log window please follow the below procedures https://...
Ashwin's user avatar
  • 1
0 votes
1 answer
81 views

How change wxLogMessage color and font style?

How to change the font and color of the text inside the window. I want to use fixed-width fonts like "Courier New". And in some texts, change the color of the text. wxLogWindow* w = new ...
Rose's user avatar
  • 1
0 votes
1 answer
82 views

react native app not showing console logs in the Terminal window of vscode

there appears also nothing in the other tabs "output" or "debug console" I tried to look in the terminal, theoOutput and the debug console window ...
Palmovitsch's user avatar
1 vote
1 answer
98 views

DI/HttpContext in custom ConsoleFormatter

In my custom ConsoleFormatter I need to get a value from a service added to the DI. This value is saved in a SCOPED service because it generates a new value for every new request but should keep the ...
steb's user avatar
  • 488
0 votes
1 answer
131 views

In Dart program, logger package does not print to console neither when run as "dart my_server.dart" nor when running the compiled version

I am working on a server-side script in Dart and using (logger package). When I run the app within the IDE, logging works like a charm but if I run the script from command line: dart my_server.dart ...
Claudio Grasso's user avatar
0 votes
1 answer
40 views

Why does the Console text come back after I use Clear All in Intellij?

When I run 'Clear All', the text in the console disappears, but the the cleared console logs will later return to the console. State1 - see console log with time 18:01: State2 - click the dustbin to '...
doc's user avatar
  • 807
9 votes
2 answers
17k views

WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release

I use log4j2.xml to write my logs into a local file in my Maven project. I've installed the last dependencies for present day <version>2.20.0</version>) in pom.xml. My log4j2.xml is: <?...
jvatechs's user avatar
  • 125
0 votes
0 answers
87 views

How can I configure logging in .NET Core 3.1 to write to both console and a file at the same time?

I'm having trouble configuring logging in .NET Core 3.1 to write to both console and a file simultaneously. Specifically, I want to log messages to the console for real-time monitoring, and also write ...
Mohiden Adam's user avatar
1 vote
0 answers
31 views

python 3.8 flask log dosn't print to console only to file

i have this simple code running in flask i want to make it print to console and to file currently i can only to file . the code : import logging from flask import Flask, make_response from flask_cors ...
user63898's user avatar
  • 30.5k

15 30 50 per page
1
2 3 4 5
27