|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.productivity.java.syslog4j.impl.message.modifier.text.StringCaseSyslogMessageModifier
public class StringCaseSyslogMessageModifier
StringCaseSyslogMessageModifier is an implementation of SyslogMessageModifierIF that provides support for shifting a Syslog message to all upper case or all lower case.
Syslog4j is licensed under the Lesser GNU Public License v2.1. A copy of the LGPL license is available in the META-INF folder in all distributions of Syslog4j and in the base directory of the "doc" ZIP.
| Field Summary | |
|---|---|
static StringCaseSyslogMessageModifier |
LOWER
|
static byte |
LOWER_CASE
|
protected byte |
stringCase
|
static StringCaseSyslogMessageModifier |
UPPER
|
static byte |
UPPER_CASE
|
| Constructor Summary | |
|---|---|
StringCaseSyslogMessageModifier(byte stringCase)
|
|
| Method Summary | |
|---|---|
java.lang.String |
modify(SyslogIF syslog,
SyslogConfigIF syslogConfig,
int facility,
int level,
java.lang.String message)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final byte LOWER_CASE
public static final byte UPPER_CASE
public static final StringCaseSyslogMessageModifier LOWER
public static final StringCaseSyslogMessageModifier UPPER
protected byte stringCase
| Constructor Detail |
|---|
public StringCaseSyslogMessageModifier(byte stringCase)
| Method Detail |
|---|
public java.lang.String modify(SyslogIF syslog,
SyslogConfigIF syslogConfig,
int facility,
int level,
java.lang.String message)
modify in interface SyslogMessageModifierIF
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||