public class AcsBinLogFormatter extends AcsLogFormatter
localHostName| Constructor and Description |
|---|
AcsBinLogFormatter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.util.logging.LogRecord record)
This method should never be called.
|
org.omg.CORBA.Any |
formatAny(org.omg.CORBA.Any anyLogRecord,
java.util.logging.LogRecord logRecord)
This is the method used by ACS, for all AcsLogFormatters.
|
getLocalHostNamepublic org.omg.CORBA.Any formatAny(org.omg.CORBA.Any anyLogRecord,
java.util.logging.LogRecord logRecord)
formatAny in class AcsLogFormatterpublic java.lang.String format(java.util.logging.LogRecord record)
AcsLogFormatter from Formatter which is useful for text-based subclasses.format in class java.util.logging.Formatter