Opened 15 years ago

Closed 13 years ago

Last modified 13 years ago

#247 closed task (fixed)

Simplify the logger

Reported by: Philip Taylor Owned by:
Priority: If Time Permits Milestone: Alpha 3
Component: Core engine Keywords:
Cc: Patch:

Description

CLogger is unnecessarily complex. Get rid of the LOG_CATEGORY and user-configurable interestingness stuff, and simplify the macros to LOG_ERROR("whatever") etc.

Change History (10)

comment:1 by charles, 15 years ago

Owner: set to charles
Status: newassigned

comment:2 by (none), 14 years ago

Milestone: Open Source Release

Milestone Open Source Release deleted

comment:3 by Andrew, 14 years ago

Milestone: OS Alpha 2
Owner: changed from charles to Andrew
Status: assignednew

comment:4 by Philip Taylor, 14 years ago

This was half-done some time ago - what's left is just migrating all the engine code from the old API to the new API, and then deleting the old API.

comment:5 by Kieran P, 14 years ago

Milestone: OS Alpha 2OS Alpha 3

comment:6 by Kieran P, 14 years ago

Priority: majortrivial

comment:7 by Kieran P, 13 years ago

Owner: Andrew removed

comment:8 by Kieran P, 13 years ago

Milestone: Alpha 3Alpha 4

comment:9 by ben, 13 years ago

Resolution: fixed
Status: newclosed

(In [8791]) Changed all references from old CLogger API to use the new API. Removed old API. Fixes #247

comment:10 by historic_bruno, 13 years ago

Milestone: Alpha 4Alpha 3
Note: See TracTickets for help on using tickets.