0
votes
0answers
20 views
ASP.Net User activity tracking in database
This is about a simple yet efficient activity logging framework that I want to integrate with my existing ASP.Net based web-app (I've a LINQ-to-SQL based SQL DB as backend). I'm using something like a …
1
vote
1answer
18 views
Python logging before you run logging.basicConfig?
It appears that if you invoke logging.info() BEFORE you run logging.basicConfig, the logging.basicConfig call doesn't have any effect. In fact, no logging occurs.
Where is this behavior documented? I …
0
votes
2answers
41 views
log4net logging from web app
I have a framework library which would do a lot of thing including logging. We are using log4net for logging. This framework has the static logging class LogManager, a static instance of ILog (logger) …
0
votes
0answers
10 views
Generic import/merge logging preprocessing framework
We write reporting software. we want to do imports of data, when the user imports data we need to do a pre-process phase and display an overview of the impact the import will have.
then the user will …
1
vote
3answers
110 views
Methodology for saving values over time
I have a task, which I know how to code (in C#),
but I know a simple implementation will not meet ALL my needs.
So, I am looking for tricks which might meet ALL my needs.
I am writing a simulation …
1
vote
4answers
72 views
Interactive python script output stored in some file
Hi All,
could you please advice how to perform logging of all activities that are done by python script and all scripts that are called from it.
I had several bash scripts but now wrote python script …
0
votes
1answer
30 views
log4net configuration exception
I am using log4net for logging. My logging configuration is stored in a separate file.
Web.Config:ConfigSections
<section name="log4net" …
1
vote
0answers
10 views
multiple log files in symfony
I'd like to set up an additional log file in symfony, so that some messages (payment processing in my case) would go to a different file from the rest of symfony. Is it possible? Here's my current …
2
votes
2answers
40 views
logging- changing implementation?
We have been using log4net for logging our asp.net web forms application. Our logging is typically in our business layer and the typical implementation is like this
SomeMethodCall(MethodParams)
{
…
5
votes
3answers
99 views
is there in R any standard logging package?
not only is googling R so terribly difficult, log4r has also been taken for Ruby!
I am looking for the standard (if any) logging package for R. and some sample usage?
I also don't see it in …
1
vote
5answers
57 views
Best way to log errors in WCF
What's the best way to catch and log errors when developing a WCF service layer, and why?
I can think of three ways,
1) Manual try/catches around each method.
2) Leave the responsibility to the WCF …
0
votes
1answer
14 views
How to trace SOAP message on Glassfish 3
I would like to save to a server log SOAP envelopes for web service deployed on Glassfish version 3. I know that I can use Wireshark or similar net sniffing tool, but I would prefer to have the …
0
votes
3answers
67 views
Android: Uploading a text file periodically?
If I want to upload a text file containing some game stats to a web server for testing purpose, which approach is the best? Do I write a service along with my application and then upload the log file …
1
vote
4answers
39 views
How can I enable WCF logging so that it writes to a Database?
I'd like to be able to log message information in a database, and I'm trying to decide how best to do that. Is it possible to configure the WCF logging mechanisms to write to a database instead of a …
0
votes
0answers
7 views
IManExt ImportCmd trouble
Hi
I have been writing a small application using C# to copy a document into an individuals 'My Documents' folder on our DMS server.
I've beased the code around the listing provided in the 'WorkSite …
