ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/logger.C
Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue May 6 16:55:25 2008 UTC (16 years ago) by root
Branch: MAIN
CVS Tags: rel-2_54, rel-2_55, rel-2_56, rel-2_6, rel-2_61, rel-2_7, rel-2_71, rel-2_72, rel-2_73, rel-2_74, rel-2_75, rel-2_76, rel-2_77, rel-2_78, rel-2_79, rel-2_80
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
update copyright

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Apr 30 06:40:28 2008 UTC (16 years ago) by root
Branch: MAIN
CVS Tags: rel-2_53
Changes since 1.17: +9 -7 lines
Diff to previous 1.17
*** empty log message ***

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Apr 15 03:16:02 2008 UTC (16 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_5, rel-2_52
Changes since 1.16: +179 -17 lines
Diff to previous 1.16
better logging, remove cruft

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Nov 8 19:43:23 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-2_32, rel-2_4, rel-2_41, rel-2_42, rel-2_43
Changes since 1.15: +4 -4 lines
Diff to previous 1.15
update copyrights and other minor stuff to deliantra

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Jul 1 05:00:17 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-2_2, rel-2_3
Changes since 1.14: +11 -12 lines
Diff to previous 1.14
- upgrade crossfire trt to the GPL version 3 (hopefully correctly).
- add a single file covered by the GNU Affero General Public License
  (which is not yet released, so I used the current draft, which is
  legally a bit wavy, but its likely better than nothing as it expresses
  direct intent by the authors, and we can upgrade as soon as it has been
  released).
  * this should ensure availability of source code for the server at least
    and hopefully also archetypes and maps even when modified versions
    are not being distributed, in accordance of section 13 of the agplv3.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 23:18:17 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.13: +11 -11 lines
Diff to previous 1.13
- use less stackspace for logging
- do not copy logging message.
- less overhead for stderr logging
  (should really log asynchronously).
- force a trailing \n on log messages.
- log in 0.1ms granularity (might be overkill).

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon May 28 21:21:40 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.12: +17 -17 lines
Diff to previous 1.12
update copyrights in common/*.C and util/*.C

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Apr 27 19:53:05 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.11: +33 -36 lines
Diff to previous 1.11
revamp loggin. have a new log flag logBacktrace that logs
the message and prepares a backtrace in the background, spewing
it into the log at a later time.

this is useful to shed some light on otherwise completely useless log
messages such as:

   2007-04-27 19:48:48.142 Calling random_roll with min=1 max=0

which could just as well not be there as we will never find out who is
doing this to puny poor random_roll.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 21:06:18 2007 UTC (17 years, 4 months ago) by pippijn
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.10: +22 -22 lines
Diff to previous 1.10
comments

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 23:36:15 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.9: +4 -8 lines
Diff to previous 1.9
major goof in LOG, and defensive programming doesn't help when you use the wrong parameters

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 23:10:42 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.8: +12 -9 lines
Diff to previous 1.8
- more improvements/fixes
- timestamp with millisecond accuracy, horrible code

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Jan 6 14:42:29 2007 UTC (17 years, 4 months ago) by pippijn
Branch: MAIN
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
added some copyrights

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Dec 30 10:16:10 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.6: +15 -20 lines
Diff to previous 1.6
preliminary snapshot check-in, DO NOT USE IN PRODUCTION SYSTEMS
See the Changes file for details

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 19:46:46 2006 UTC (17 years, 5 months ago) by pippijn
Branch: MAIN
Changes since 1.5: +0 -9 lines
Diff to previous 1.5
removed #ifn?def WIN32 from all files

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 22:33:59 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.4: +1 -7 lines
Diff to previous 1.4
indent

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 16:00:23 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.3: +29 -26 lines
Diff to previous 1.3
indent

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 08:01:35 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.2: +8 -8 lines
Diff to previous 1.2
expand initial tabs to spaces

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Aug 27 16:15:11 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
first, untested persistent objetc storage for players and objects, not yte for maps

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 17:16:00 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Made server compile with C++.
Removed cfanim plugin and crossedit.
C++ here we come.

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rel-2_75: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a