logo

New Response

« Return to the main article

You are replying to:

  1. Or, why not use a Logger object:

    (Declarations) Private Const MINIMUM_LOG_LEVEL = "debug"

    (Initialize) Dim logger as Logger Set logger = new Logger() logger.setLevel(MINIMUM_LOG_LEVEL) ... Call logger.logDebug("This is a debug message")

    etc. Please let me know if anyone is interested in the full code, which is very similar to Jakarta Log4j and Java´s new logging API. Could be an article here... ?

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: