Main: Whitepaper FAQ Examples JavaDoc Classloader Performance
Protomatter Software v1.1.8

com.protomatter.syslog
Class Wl6SyslogTextFormatter

java.lang.Object
  |
  +--com.protomatter.syslog.SimpleSyslogTextFormatter
        |
        +--com.protomatter.syslog.Wl6SyslogTextFormatter
All Implemented Interfaces:
SyslogTextFormatter

public class Wl6SyslogTextFormatter
extends SimpleSyslogTextFormatter

A log formatter that mimics the log output from WebLogic Server 6.x. This logger is based on the WlSyslogTextFormatter which mimics output from WebLogic Server 4.x and 5.x.

See Also:
XML configuration class

Constructor Summary
Wl6SyslogTextFormatter()
           
 
Method Summary
 void formatLogEntry(java.lang.StringBuffer b, SyslogMessage message)
          Format the given log entry.
protected  char[] getStringForLevel(int level)
           
 
Methods inherited from class com.protomatter.syslog.SimpleSyslogTextFormatter
formatDate, formatLoggerClassName, formatMessageDetail, getChannelWidth, getClassWidth, getDateFormat, getDateFormatCacheTime, getDateFormatTimezone, getHostname, getHostWidth, getLogFooter, getLogHeader, getNextException, getShowCaller, getShowChannel, getShowHostName, getShowThreadName, getThreadWidth, justify, justify, resetDateFormat, setChannelWidth, setClassWidth, setDateFormat, setDateFormatCacheTime, setDateFormatTimezone, setHostWidth, setShowCaller, setShowChannel, setShowHostName, setShowThreadName, setThreadWidth, trimFromLastPeriod, trimFromLastPeriod, trimFromLastPeriod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wl6SyslogTextFormatter

public Wl6SyslogTextFormatter()
Method Detail

formatLogEntry

public void formatLogEntry(java.lang.StringBuffer b,
                           SyslogMessage message)
Description copied from class: SimpleSyslogTextFormatter
Format the given log entry.
Overrides:
formatLogEntry in class SimpleSyslogTextFormatter

getStringForLevel

protected char[] getStringForLevel(int level)
Overrides:
getStringForLevel in class SimpleSyslogTextFormatter

Protomatter Software v1.1.8
Copyright 1998-2002 Nate Sammons

Protomatter Software v1.1.8 http://protomatter.sourceforge.net/1.1.8