C D F G I L M O P R S

S

setAllowedCategories(String) - Static method in class momelog.Logger
Sets comma separated list of patterns, that designate allowed loggers.
setAppend(boolean) - Method in class momelog.listener.LogFile
Sets append flag, that controls whether destination file should be rewritten on open, if it already exists.
setBgColor(int) - Method in class momelog.listener.LogCanvas
Sets background color of text.
setDisallowedCategories(String) - Static method in class momelog.Logger
Sets comma separated list of patterns, that designate disallowed loggers.
setEncoding(String) - Method in class momelog.listener.LogFile
Sets character encoding to be used for writing the destination file.
setFgColor(int) - Method in class momelog.listener.LogCanvas
Sets foreground color of text.
setFont(Font) - Method in class momelog.listener.LogCanvas
Sets font for rendering text.
setFooter(String) - Method in class momelog.listener.LogFile
Sets footer line to be written at the end of the destination file.
setFormatter(Formatter) - Static method in class momelog.Logger
Sets Formatter instance to convert logging events to strings.
setFullScreenMode(boolean) - Method in class momelog.listener.LogCanvas
 
setHeader(String) - Method in class momelog.listener.LogFile
Sets header line to be written at the start of the destination file.
setLogListener(LogListener) - Static method in class momelog.Logger
Sets LogListener instance to listen for and process logging events.
setOnlyWithErrorCategories(String) - Static method in class momelog.Logger
Sets comma separated list of patterns, that designate loggers allowed to log only error events.
setOutfile(String) - Method in class momelog.listener.LogFile
Sets location of the destination file.
setPattern(String) - Method in class momelog.formatter.PatternFormatter
Sets conversion pattern to the specified value.
setPrefix(String) - Method in class momelog.listener.LogFile
Sets string to be written at the start of each logging line.
setRunGCOnReset(boolean) - Method in class momelog.listener.LogCanvas
Sets whether garbage collector should be run after buffer reset.
setScrollbarColor(int) - Method in class momelog.listener.LogCanvas
Sets color of scrollbar.
setScrollbarCursorColor(int) - Method in class momelog.listener.LogCanvas
Sets color of scrollbar's cursor at the middle positions.
setScrollbarCursorEdgeColor(int) - Method in class momelog.listener.LogCanvas
Sets color of scrollbar's cursor at the edge positions.
setSuffix(String) - Method in class momelog.listener.LogFile
Sets string to be written at the end of each logging line.

C D F G I L M O P R S