NewsFeaturesDownloadsDevelopmentSupportAbout Us

Logger


Classes

class  Appender
class  FileAppender
class  NullAppender
class  StdoutAppender
class  LoggerConfigLoader
class  Layout
class  PatternLayout
class  LoggedMessage
class  LoggerManager
class  LogUtil

Detailed Description

The logger package takes care of providing logging facilities for the pLog API. It is a very simple API but on the other hand, it follows some of the principles establishes by log4j and log4php, with a very similar system of layouts, formatters and appenders.

See the documentation of the LoggerManager class for more information on how to use the class and how to format the messages