Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Implemented Logging suggestion

Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
I think it would be nice to have the system time of each log message printed before the actual message.
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
How about if it's auto appended to the end like
Code:
Clicking Done [9:38:50]
That could work too, i don't really have a preference, i'm just used to seing it in front.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,053
If my PC's timezone is set to PDT, it should report the time in the logs as such as well (specifying said time zone).

For example...
Code:
[01 Sep 2014 14:21:03 GMT]
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
If my PC's timezone is set to PDT, it should report the time in the logs as such as well (specifying said time zone).

For example...
Code:
[01 Sep 2014 14:21:03 GMT]
Well the date is already specified in the log files title, but I could include the timezone at the end.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
It would roll over, but the fact that messages are stored in a linear order kind of makes it a no worry thing imo.
 
Top