C D F G I L M O P R S

G

getAllowedCategories() - Static method in class momelog.Logger
Returns comma separated list of patterns, that designate allowed loggers.
getCategory() - Method in class momelog.LogEvent
Returns category of logger generated this logging event.
getCategory() - Method in class momelog.Logger
Returns category of this logger.
getDisallowedCategories() - Static method in class momelog.Logger
Returns comma separated list of patterns, that designate disallowed loggers.
getEncoding() - Method in class momelog.listener.LogFile
Returns character encoding used for writing the destination file.
getFooter() - Method in class momelog.listener.LogFile
Returns footer line to be written at the end of the destination file or null, if no line should be written.
getFormatter() - Static method in class momelog.Logger
Returns Formatter, that converts logging events to formatted strings.
getHeader() - Method in class momelog.listener.LogFile
Returns header line to be written at the start of the destination file or null, if no line should be written.
getLogger() - Static method in class momelog.Logger
Returns Logger instance of default category ("/").
getLogger(Class) - Static method in class momelog.Logger
Returns Logger instance initialized with category of name of given class (as returned from Class.getName()).
getLogger(String) - Static method in class momelog.Logger
Returns Logger instance initialized with the given category.
getLogListener() - Static method in class momelog.Logger
Returns LogListener, that listens for logging events.
getMessage() - Method in class momelog.LogEvent
Returns message of this logging event.
getOnlyWithErrorCategories() - Static method in class momelog.Logger
Returns comma separated list of patterns, that designate loggers allowed to log only error events.
getOutFile() - Method in class momelog.listener.LogFile
Returns location of the destination file.
getPrefix() - Method in class momelog.listener.LogFile
Returns string to be written at the start of each logging line or null, if no string should be written.
getSuffix() - Method in class momelog.listener.LogFile
Returns string to be written at the end of each logging line or null, if no string should be written.
getThreadName() - Method in class momelog.LogEvent
Returns name of thread, in which this logging event was generated (as returned from Thread.getName() method).
getThrowable() - Method in class momelog.LogEvent
Returns error of this logging event.
getTimestamp() - Method in class momelog.LogEvent
Returns long integer indicating time of this logging event generation.

C D F G I L M O P R S