https://issues.apache.org/ooo/show_bug.cgi?id=123595

--- Comment #3 from Andre <awf....@googlemail.com> ---
installer::logger is now partly a class.  Its three default objects are

installer::logger::Info
installer::logger::Lang
installer::logger::Global

Info is for writing messages to the console.  They are copied to Lang. 
Lang is for more detailed messages that are language dependent.  They are only
written to a log file.
Global is for more detailed messages that are language independent.  They are
copied to the start of every language dependent log file (this is the original
behavior).

Log messages are written to the console as is.  Messages are written to log
files with additional information: the relative time since logging started and
the original channel (abbreviated to info, lang, and glob).

Log messages are written to the channels via print and printf methods.

More information is available in installer/logger.pm.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.

Reply via email to