Package simpleloglib
package simpleloglib
-
ClassDescriptionAn
Appender
is a component that can append events to a output target.Main cofiguration class.An event is a log message with useful information about it, like timestamp, logger name and level.Filters are used to filter events based on their level.Layouts are used to format events before they are pushed to the output.Log levels.Loggers are used by the user to log events.A message is an object that represents a log message.