Package | Description |
---|---|
com.gemstone.gemfire.i18n |
Modifier and Type | Field and Description |
---|---|
static StringId |
StringId.LITERAL
A StringId to allow users to log a literal String using the
LogWriterI18n |
Modifier and Type | Method and Description |
---|---|
void |
LogWriterI18n.config(StringId msgID)
Writes a message to this writer.
|
void |
LogWriterI18n.config(StringId msgID,
Object param)
Writes a message to this writer.
|
void |
LogWriterI18n.config(StringId msgID,
Object[] params)
Writes a message to this writer.
|
void |
LogWriterI18n.config(StringId msgID,
Object[] params,
Throwable ex)
Writes both a message and exception to this writer.
|
void |
LogWriterI18n.config(StringId msgID,
Object param,
Throwable ex)
Writes both a message and exception to this writer.
|
void |
LogWriterI18n.config(StringId msgID,
Throwable ex)
Writes both a message and exception to this writer.
|
void |
LogWriterI18n.error(StringId msgID)
Writes a message to this writer.
|
void |
LogWriterI18n.error(StringId msgID,
Object param)
Writes a message to this writer.
|
void |
LogWriterI18n.error(StringId msgID,
Object[] params)
Writes a message to this writer.
|
void |
LogWriterI18n.error(StringId msgID,
Object[] params,
Throwable ex)
Writes both a message and exception to this writer.
|
void |
LogWriterI18n.error(StringId msgID,
Object param,
Throwable ex)
Writes both a message and exception to this writer.
|
void |
LogWriterI18n.error(StringId msgID,
Throwable ex)
Writes both a message and exception to this writer.
|
void |
LogWriterI18n.info(StringId msgID)
Writes a message to this writer.
|
void |
LogWriterI18n.info(StringId msgID,
Object param)
Writes a message to this writer.
|
void |
LogWriterI18n.info(StringId msgID,
Object[] params)
Writes a message to this writer.
|
void |
LogWriterI18n.info(StringId msgID,
Object[] params,
Throwable ex)
Writes both a message and exception to this writer.
|
void |
LogWriterI18n.info(StringId msgID,
Object param,
Throwable ex)
Writes both a message and exception to this writer.
|
void |
LogWriterI18n.info(StringId msgID,
Throwable ex)
Writes both a message and exception to this writer.
|
void |
LogWriterI18n.severe(StringId msgID)
Writes a message to this writer.
|
void |
LogWriterI18n.severe(StringId msgID,
Object param)
Writes a message to this writer.
|
void |
LogWriterI18n.severe(StringId msgID,
Object[] params)
Writes a message to this writer.
|
void |
LogWriterI18n.severe(StringId msgID,
Object[] params,
Throwable ex)
Writes both a message and exception to this writer.
|
void |
LogWriterI18n.severe(StringId msgID,
Object param,
Throwable ex)
Writes both a message and exception to this writer.
|
void |
LogWriterI18n.severe(StringId msgID,
Throwable ex)
Writes both a message and exception to this writer.
|
void |
LogWriterI18n.warning(StringId msgID)
Writes a message to this writer.
|
void |
LogWriterI18n.warning(StringId msgID,
Object param)
Writes a message to this writer.
|
void |
LogWriterI18n.warning(StringId msgID,
Object[] params)
Writes a message to this writer.
|
void |
LogWriterI18n.warning(StringId msgID,
Object[] params,
Throwable ex)
Writes both a message and exception to this writer.
|
void |
LogWriterI18n.warning(StringId msgID,
Object param,
Throwable ex)
Writes both a message and exception to this writer.
|
void |
LogWriterI18n.warning(StringId msgID,
Throwable ex)
Writes both a message and exception to this writer.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.