I would like to use Codesite for general logging and for that it would be nice to have the following feature.
A way to define what message types would be blocked. At the moment I can only set if Codesite is enabled or disabled like below:
{$IFDEF RELEASE}
CodeSite.Enabled := FALSE;
{$ENDIF}
{$IFDEF DEBUG}
CodeSite.Enabled := TRUE;
…
{$ENDIF}
If we could define what kind of message type flow through the log it would be more flexible:
{$IFDEF RELEASE}
CodeSite.MsgType.Blocked := [mtNote,mtInfo];
…
{$ENDIF}
{$IFDEF DEBUG}
CodeSite.MsgType.Blocked := [];
…
{$ENDIF}
We use cookies to improve your experience on our site. By using our site, you consent to cookies.
Manage your cookie preferences below:
Essential cookies enable basic functions and are necessary for the proper function of the website.
These cookies are needed for adding comments on this website.
These cookies are used for managing login functionality on this website.
Stripe is a payment processing platform that enables businesses to accept online payments securely and efficiently.
Service URL: stripe.com (opens in a new window)