Top "Logging" questions

Computer data logging is the process of recording events in a computer program or computer system, usually with a certain scope, in order to provide an audit trail that can be used to understand the activity of the system and to diagnose problems.

How to print the current Stack Trace in .NET without any exception?

I have a regular C# code. I have no exceptions. I want to programmatically log the current stack trace for …

c# .net logging stack-trace printstacktrace
Log4j: How to configure simplest possible file logging?

My story: I want to make a thing which is as simple as a simplest possible log4j logger that …

java logging log4j
Logcat not displaying my log calls

I'm a total noob at Android programming, and wanted to learn how to debug my apps. I can't seem to …

android debugging logging android-logcat
Node.js Logging

Is there any library which will help me to handle logging in my Node.Js application? All I want to …

node.js logging libraries
How can I see normal print output created during pytest run?

Sometimes I want to just insert some print statements in my code, and see what gets printed out when I …

python logging output pytest
Dynamically Changing log4j log level

What are the different approaches for changing the log4j log level dynamically, so that I will not have to …

java logging log4j runtime
live output from subprocess command

I'm using a python script as a driver for a hydrodynamics code. When it comes time to run the simulation, …

python shell logging error-handling subprocess
how to make log4j to write to the console as well

Is there any way to tell to log4j to write its log to the file and to the console? …

java apache logging log4j
Log4net does not write the log in the log file

I have created a simple scenario using Log4net, but it seems that my log appenders do not work because …

asp.net asp.net-mvc logging log4net log4net-appender
how to get vlc logs?

I am trying to run rtsp url from the VLC player. But an error appears, and "see logs for details" …

logging vlc rtsp rtsp-client