Questions tagged as 'log'

0
answers

How to check for errors in the application with android stúdio 3.0

I hope to count on everyone's understanding as I am just hobbysta, I started learning android with version 2.3.3 of android studio and checked the errors and logs through the Monitor tool, but after I updated to version 3.0 this tool disappeared...
asked by 01.11.2017 / 16:49
1
answer

How to save information equal to pprint in a txt file

I'm creating a function to generate a log file: def setLog(msg): file = open(nome_arquivo, adicionar_informacao) if type(msg) == str: msg_log = msg.encode('utf-8'); else: try: msg_log = str(msg).encode('...
asked by 22.09.2017 / 16:22
1
answer

Delete line in html file

I have a file that shows the time and name that a user logged into the site, this file is password protected, is there any way to put a [Delete] button to delete a particular line? I use the following code $f = fopen("pass/index.html", "a"...
asked by 07.07.2017 / 18:21
1
answer

Is it possible to generate log files from a Python file that has been made executable? [closed]

Hello, I created the Python code executable below with the module pyinstaller . import urllib import urllib2 import webbrowser import re import popular4 import logging from datetime import datetime agora = datetime.now() logging.basicCon...
asked by 26.06.2017 / 01:03
1
answer

How can I make a log box always show the last line?

Hi, I have a log file of other codes that keeps updating. I made a javascript code that shows this file and it is a code that updates the live text on the page inside a textarea but it keeps updating and always returns to the first line, there i...
asked by 03.06.2017 / 00:32
0
answers

How to escape a recursive process of saving error log of a database - PHP?

I have a class that saves the log in a database based on any transaction error in that database. The fact is that the process of saving this log tbm is a transaction and in a hypothetical scenario any process could generate an error, and then...
asked by 17.05.2017 / 20:06
1
answer

Changes to the error log

By default when you have an error in my PHP, my server creates a log file with the following information:    [19-Apr-2017 16:20:12 America / Fortaleza] PHP Notice: Trying to get property of non-object in /var/www/Product.php on line 131 I...
asked by 20.04.2017 / 13:04
1
answer

Doubt with textbox

I'm trying to create a log screen using textbox in C# . At certain points in the program, I'd like to insert a line in this textbox . Take the example: Linha 1> Realizando inserção.. Linha 2> Dados inseridos....
asked by 04.02.2016 / 20:09
0
answers

Configuring multiple logs in Apache

I'm working on an internal network where 3 applications are running on the Apache server. I would like to be able to analyze the log generated by Apache separately for each application, but since I do not have access to the DNS server the Apache...
asked by 12.11.2015 / 21:06
0
answers

Log into VBScript

I need to create a log to see who used my script, and this log has to go to a txt. Here is the procedure, how do I create this log that contains the user and the date On Error Resume Next Dim errorLevel Set WSHShell = CreateObject("WScrip...
asked by 01.09.2015 / 20:50