A B C D E F G H I J L M N O P Q R S T V W X

A

ABS_TIME_DATE_FORMAT - class org.apache.log4j.helpers.AbsoluteTimeDateFormat の static 変数
String constant used to specify AbsoluteTimeDateFormat in layouts.
AbsoluteTimeDateFormat - class org.apache.log4j.helpers.AbsoluteTimeDateFormat.
Formats a Date in the format "HH:mm:ss,SSS" for example, "15:49:37,459".
AbsoluteTimeDateFormat() - class org.apache.log4j.helpers.AbsoluteTimeDateFormat のコンストラクタ
 
AbsoluteTimeDateFormat(TimeZone) - class org.apache.log4j.helpers.AbsoluteTimeDateFormat のコンストラクタ
 
ACCEPT - class org.apache.log4j.spi.Filter の static 変数
The log event must be logged immediately without consulting with the remaining filters, if any, in the chain.
ACCEPT_ON_MATCH_OPTION - class org.apache.log4j.varia.StringMatchFilter の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeans パラダイムを使用して処理されます。 この定数は、もはや必要ありません。そして、近いうちに削除されるでしょう。

ACCEPT_ON_MATCH_OPTION - class org.apache.log4j.varia.PriorityRangeFilter の static 変数
See class comments クラスのコメントを参照してください。
ACCEPT_ON_MATCH_OPTION - class org.apache.log4j.varia.PriorityMatchFilter の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeans パラダイムを使用して処理されます。 この定数は、もはや必要ありません。そして、近いうちに削除されるでしょう。

activate() - class org.apache.log4j.config.PropertySetter のメソッド
 
activateOptions() - class org.apache.log4j.SimpleLayout のメソッド
 
activateOptions() - class org.apache.log4j.HTMLLayout のメソッド
No options to activate.
activateOptions() - class org.apache.log4j.PatternLayout のメソッド
Does not do anything as options become effective immediately.
activateOptions() - class org.apache.log4j.AppenderSkeleton のメソッド
Derived appenders should override this method if option structure requires it.
activateOptions() - class org.apache.log4j.WriterAppender のメソッド
Does nothing.
activateOptions() - class org.apache.log4j.FileAppender のメソッド
If the value of FileAppender.FILE_OPTION is not null, then FileAppender.setFile(java.lang.String) is called with the values of FileAppender.FILE_OPTION and FileAppender.APPEND_OPTION.
activateOptions() - class org.apache.log4j.ConsoleAppender のメソッド
 
activateOptions() - class org.apache.log4j.DailyRollingFileAppender のメソッド
 
activateOptions() - interface org.apache.log4j.spi.OptionHandler のメソッド
Activate the options that were previously set with calls to option setters.
activateOptions() - class org.apache.log4j.spi.Filter のメソッド
Usually filters options become active when set.
activateOptions() - class org.apache.log4j.net.SyslogAppender のメソッド
This method returns immediately as options are activated when they are set.
activateOptions() - class org.apache.log4j.net.SocketAppender のメソッド
Connect to the specified RemoteHost and Port.
activateOptions() - class org.apache.log4j.net.JMSAppender のメソッド
 
activateOptions() - class org.apache.log4j.net.SMTPAppender のメソッド
Activate the specified options, such as the smtp host, the recipient, from, etc.
activateOptions() - class org.apache.log4j.helpers.DateLayout のメソッド
 
activateOptions() - class org.apache.log4j.helpers.OnlyOnceErrorHandler のメソッド
No options to activate.
activateOptions() - class org.apache.log4j.nt.NTEventLogAppender のメソッド
 
activateOptions() - class org.apache.log4j.varia.ExternallyRolledFileAppender のメソッド
Start listening on the port specified by a preceding call to ExternallyRolledFileAppender.setOption(java.lang.String, java.lang.String).
activateOptions() - class org.apache.log4j.xml.XMLLayout のメソッド
 
activateOptions() - class org.apache.log4j.xml.examples.XCategory のメソッド
Nothing to activate.
add(LoggingEvent) - class org.apache.log4j.helpers.CyclicBuffer のメソッド
Add an event as the last event in the buffer.
addAppender(Appender) - class org.apache.log4j.Category のメソッド
Add newAppender to the list of appenders of this Category instance.
addAppender(Appender) - class org.apache.log4j.AsyncAppender のメソッド
 
addAppender(Appender) - interface org.apache.log4j.spi.AppenderAttachable のメソッド
Add an appender.
addAppender(Appender) - class org.apache.log4j.helpers.AppenderAttachableImpl のメソッド
Attach an appender.
addConverter(PatternConverter) - class org.apache.log4j.helpers.PatternParser のメソッド
 
addFilter(Filter) - class org.apache.log4j.AppenderSkeleton のメソッド
Add a filter to end of the filter list.
addFilter(Filter) - interface org.apache.log4j.Appender のメソッド
Add a filter to the end of the filter list.
additive - class org.apache.log4j.Category の変数
Additivity is set to true by default, that is children inherit the appenders of their ancestors by default.
addRenderer(Class, ObjectRenderer) - class org.apache.log4j.Hierarchy のメソッド
Add an object renderer for a specific class.
addRenderer(Hierarchy, String, String) - class org.apache.log4j.BasicConfigurator のメソッド
Used by subclasses to add a renderer to the hierarchy passed as parameter.
ADDRESS_PARSE_FAILURE - interface org.apache.log4j.spi.ErrorCode の static 変数
 
APPEND_OPTION - class org.apache.log4j.FileAppender の static 変数
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

今日、私たちは、コンポーネントの設定では、JavaBeansのイントロスペクションを使っています。 オプション文字列は、今後、必要なくなります。

append(LoggingEvent) - class org.apache.log4j.AppenderSkeleton のメソッド
Subclasses of AppenderSkeleton should implement this method to perform actual logging.
append(LoggingEvent) - class org.apache.log4j.WriterAppender のメソッド
This method is called by the AppenderSkeleton.doAppend(org.apache.log4j.spi.LoggingEvent) method.
append(LoggingEvent) - class org.apache.log4j.AsyncAppender のメソッド
 
append(LoggingEvent) - class org.apache.log4j.net.SyslogAppender のメソッド
 
append(LoggingEvent) - class org.apache.log4j.net.SocketAppender のメソッド
 
append(LoggingEvent) - class org.apache.log4j.net.JMSAppender のメソッド
This method called by AppenderSkeleton.doAppend(org.apache.log4j.spi.LoggingEvent) method to do most of the real appending work.
append(LoggingEvent) - class org.apache.log4j.net.SMTPAppender のメソッド
Perform SMTPAppender specific appending actions, mainly adding the event to a cyclic buffer and checking if the event triggers an e-mail to be sent.
append(LoggingEvent) - class org.apache.log4j.performance.NullAppender のメソッド
 
append(LoggingEvent) - class org.apache.log4j.nt.NTEventLogAppender のメソッド
 
Appender - interface org.apache.log4j.Appender.
Implement this interface for your own strategies for printing log statements.
AppenderAttachable - interface org.apache.log4j.spi.AppenderAttachable.
Interface for attaching appenders to objects.
AppenderAttachableImpl - class org.apache.log4j.helpers.AppenderAttachableImpl.
A straightforward implementation of the AppenderAttachable interface.
AppenderAttachableImpl() - class org.apache.log4j.helpers.AppenderAttachableImpl のコンストラクタ
 
appenderList - class org.apache.log4j.helpers.AppenderAttachableImpl の変数
Array of appenders.
appenderNames - class org.apache.log4j.config.PropertyPrinter の変数
 
AppenderSkeleton - class org.apache.log4j.AppenderSkeleton.
Abstract superclass of the other appenders in the package.
AppenderSkeleton() - class org.apache.log4j.AppenderSkeleton のコンストラクタ
 
appendLoopOnAppenders(LoggingEvent) - class org.apache.log4j.helpers.AppenderAttachableImpl のメソッド
Call the doAppend method on all attached appenders.
AppServerCategory - class org.apache.log4j.examples.appserver.AppServerCategory.
Extends Category by adding four text attributes relevant to applications applications run in application servers.
AppServerCategory(String, String, String, String, String) - class org.apache.log4j.examples.appserver.AppServerCategory のコンストラクタ
Construct a new AppServerCategory with the provided attributes.
AppServerCategoryFactory - class org.apache.log4j.examples.appserver.AppServerCategoryFactory.
Creates correctly populated instances of AppServerCategory.
AppServerCategoryFactory() - class org.apache.log4j.examples.appserver.AppServerCategoryFactory のコンストラクタ
The default constructor merely calls the three-argument constructor with null values.
AppServerCategoryFactory(String, String, String) - class org.apache.log4j.examples.appserver.AppServerCategoryFactory のコンストラクタ
Construct a new AppServerCategoryFactory with the provided attributes.
AppServerLoggingEvent - class org.apache.log4j.examples.appserver.AppServerLoggingEvent.
Represents logging events for application servers.
AppServerLoggingEvent(String, AppServerCategory, Priority, Object, Throwable) - class org.apache.log4j.examples.appserver.AppServerLoggingEvent のコンストラクタ
Instantiate an AppServerLoggingEvent from the supplied parameters.
AppServerPatternLayout - class org.apache.log4j.examples.appserver.AppServerPatternLayout.
Extends PatternLayout to create subclass instances of AppServerPatternParser for parsing pattern strings.
AppServerPatternLayout() - class org.apache.log4j.examples.appserver.AppServerPatternLayout のコンストラクタ
 
AppServerPatternLayout(String) - class org.apache.log4j.examples.appserver.AppServerPatternLayout のコンストラクタ
 
AppServerPatternParser - class org.apache.log4j.examples.appserver.AppServerPatternParser.
Extend PatternParser to recognize additional conversion characters suitable for use by application servers.
AppServerPatternParser(String) - class org.apache.log4j.examples.appserver.AppServerPatternParser のコンストラクタ
Create a parser with the provided pattern.
assert(boolean, String) - class org.apache.log4j.Category のメソッド
If assertion parameter is false, then logs msg as an error statement.
AsyncAppender - class org.apache.log4j.AsyncAppender.
The AsyncAppender lets users log events asynchronously.
AsyncAppender() - class org.apache.log4j.AsyncAppender のコンストラクタ
 

B

BasicConfigurator - class org.apache.log4j.BasicConfigurator.
Use this class to quickly configure the package.
BasicConfigurator() - class org.apache.log4j.BasicConfigurator のコンストラクタ
 
BoundedFIFO - class org.apache.log4j.helpers.BoundedFIFO.
BoundedFIFO serves as the bounded first-in-first-out buffer heavily used by the AsyncAppender.
BoundedFIFO(int) - class org.apache.log4j.helpers.BoundedFIFO のコンストラクタ
Instantiate a new BoundedFIFO with a maximum size passed as argument.
buf - class org.apache.log4j.TTCCLayout の変数
 
BUF_SIZE - class org.apache.log4j.HTMLLayout の変数
 
BUF_SIZE - class org.apache.log4j.PatternLayout の変数
 
BUFFER_SIZE_OPTION - class org.apache.log4j.AsyncAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

オプションは、現状、JavaBeanパラダイムを使うことで処理されます。 この定数は、今後必要なくなり、近いうちに削除される予定です。

BUFFER_SIZE_OPTION - class org.apache.log4j.net.SMTPAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この定数は、近いうちに削除されるでしょう。


C

callAppenders(LoggingEvent) - class org.apache.log4j.Category のメソッド
Call the appenders in the hierrachy starting at this.
capitalize(String) - class org.apache.log4j.config.PropertyPrinter の static メソッド
 
category - class org.apache.log4j.spi.LoggingEvent の変数
The category of the logging event.
Category - class org.apache.log4j.Category.
This is the central class in the log4j package.
CATEGORY_FACTORY_KEY - class org.apache.log4j.PropertyConfigurator の static 変数
Key for specifying the CategoryFactory.
CATEGORY_PREFIXING_OPTION - class org.apache.log4j.TTCCLayout の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansのパラダイムを使って処理されます。 この定数は、今後必要なくなり、近いうちに削除される予定です。

Category(String) - class org.apache.log4j.Category のコンストラクタ
This constructor created a new Category instance and sets its name.
categoryFactory - class org.apache.log4j.PropertyConfigurator の変数
 
CategoryFactory - interface org.apache.log4j.spi.CategoryFactory.
Implement this interface to create new instances of Category or a sub-class of Category.
categoryName - class org.apache.log4j.spi.LoggingEvent の変数
The category name.
cb - class org.apache.log4j.net.SMTPAppender の変数
 
checkAndConfigure() - class org.apache.log4j.helpers.FileWatchdog のメソッド
 
checkEntryConditions() - class org.apache.log4j.WriterAppender のメソッド
This method determines if there is a sense in attempting to append.
checkEntryConditions() - class org.apache.log4j.net.JMSAppender のメソッド
 
checkEntryConditions() - class org.apache.log4j.net.SMTPAppender のメソッド
This method determines if there is a sense in attempting to append.
cleanUp() - class org.apache.log4j.net.SocketAppender のメソッド
Drop the connection to the remote host and release the underlying connector thread if it has been created リモート・ホストへの接続を解除し、もし作成されているのであれば、存在する接続スレッドを開放します。
clear() - class org.apache.log4j.Hierarchy のメソッド
This call will clear all category definitions from the internal hashtable.
clear() - class org.apache.log4j.NDC の static メソッド
Clear any nested diagnostic information if any.
clear() - class org.apache.log4j.or.RendererMap のメソッド
 
clearFilters() - class org.apache.log4j.AppenderSkeleton のメソッド
Clear the filters chain.
clearFilters() - interface org.apache.log4j.Appender のメソッド
Clear the list of filters by removing all the filters in it.
cloneStack() - class org.apache.log4j.NDC の static メソッド
Clone the diagnostic context for the current thread.
CLOSE_FAILURE - interface org.apache.log4j.spi.ErrorCode の static 変数
 
close() - class org.apache.log4j.WriterAppender のメソッド
Close this appender instance.
close() - interface org.apache.log4j.Appender のメソッド
Release any resources allocated within the appender such as file handles, network connections, etc.
close() - class org.apache.log4j.AsyncAppender のメソッド
Close this AsyncAppender by interrupting the dispatcher thread which will process all pending events before exiting.
close() - class org.apache.log4j.net.SyslogAppender のメソッド
Release any resources held by this SyslogAppender.
close() - class org.apache.log4j.net.SocketAppender のメソッド
Close this appender.
close() - class org.apache.log4j.net.JMSAppender のメソッド
Close this JMSAppender.
close() - class org.apache.log4j.net.SMTPAppender のメソッド
 
close() - class org.apache.log4j.helpers.SyslogWriter のメソッド
 
close() - class org.apache.log4j.performance.NullAppender のメソッド
 
close() - class org.apache.log4j.performance.NOPWriter のメソッド
 
close() - class org.apache.log4j.nt.NTEventLogAppender のメソッド
 
closed - class org.apache.log4j.AppenderSkeleton の変数
Is this appender closed?
closeFile() - class org.apache.log4j.FileAppender のメソッド
Closes the previously opened file.
closeWriter() - class org.apache.log4j.WriterAppender のメソッド
Close the underlying Writer.
closeWriter() - class org.apache.log4j.ConsoleAppender のメソッド
Override the parent method to do nothing.
component - class org.apache.log4j.examples.appserver.AppServerCategoryFactory の変数
The name of the component using this factory.
component - class org.apache.log4j.examples.appserver.AppServerCategory の変数
The name of the component using this category.
component - class org.apache.log4j.examples.appserver.AppServerLoggingEvent の変数
Name of component from which this event originated.
COMPONENT_CHAR - class org.apache.log4j.examples.appserver.AppServerPatternParser の static 変数
Set to 'b'.
concatanateArrays(String[], String[]) - class org.apache.log4j.helpers.OptionConverter の static メソッド
 
ConcatVsArray - class org.apache.log4j.performance.ConcatVsArray.
Measure difference in performance of string concatenation versus creating an anonymous string array.
ConcatVsArray() - class org.apache.log4j.performance.ConcatVsArray のコンストラクタ
 
CONFIG_DEBUG_KEY - class org.apache.log4j.helpers.LogLog の static 変数
推奨されていません。 Use LogLog.DEBUG_KEY instead.

この変数の変わりに、LogLog.DEBUG_KEY を使用します。

Configurator - interface org.apache.log4j.spi.Configurator.
Implemented by classes capable of configuring log4j using a URL.
configure() - class org.apache.log4j.BasicConfigurator の static メソッド
Add a FileAppender that uses PatternLayout using the PatternLayout.TTCC_CONVERSION_PATTERN and prints to System.out to the root category.
configure(Appender) - class org.apache.log4j.BasicConfigurator の static メソッド
Add appender to the root category.
configure(Element) - class org.apache.log4j.xml.DOMConfigurator の static メソッド
Configure log4j using a configuration element as defined in the log4j.dtd.
configure(Properties) - class org.apache.log4j.PropertyConfigurator の static メソッド
Read configuration options from properties.
configure(String) - class org.apache.log4j.PropertyConfigurator の static メソッド
 
configure(String) - class org.apache.log4j.xml.DOMConfigurator の static メソッド
A static version of DOMConfigurator.doConfigure(String, Hierarchy).
configure(URL) - class org.apache.log4j.PropertyConfigurator の static メソッド
Read configuration options from url configURL.
configure(URL) - class org.apache.log4j.xml.DOMConfigurator の static メソッド
A static version of DOMConfigurator.doConfigure(URL, Hierarchy).
configureAndWatch(String) - class org.apache.log4j.PropertyConfigurator の static メソッド
Like PropertyConfigurator.configureAndWatch(String, long) except that the default delay as defined by FileWatchdog.DEFAULT_DELAY is used.
configureAndWatch(String) - class org.apache.log4j.xml.DOMConfigurator の static メソッド
Like DOMConfigurator.configureAndWatch(String, long) except that the default delay as defined by FileWatchdog.DEFAULT_DELAY is used.
configureAndWatch(String, long) - class org.apache.log4j.PropertyConfigurator の static メソッド
Read the configuration file configFilename if it exists.
configureAndWatch(String, long) - class org.apache.log4j.xml.DOMConfigurator の static メソッド
Read the configuration file configFilename if it exists.
configureCategoryFactory(Properties) - class org.apache.log4j.PropertyConfigurator のメソッド
Check the provided Properties object for a CategoryFactory entry specified by PropertyConfigurator.CATEGORY_FACTORY_KEY.
ConsoleAppender - class org.apache.log4j.ConsoleAppender.
ConsoleAppender appends log events to System.out or System.err using a layout specified by the user.
ConsoleAppender() - class org.apache.log4j.ConsoleAppender のコンストラクタ
The default constructor does nothing.
ConsoleAppender(Layout) - class org.apache.log4j.ConsoleAppender のコンストラクタ
 
ConsoleAppender(Layout, String) - class org.apache.log4j.ConsoleAppender のコンストラクタ
 
CONTEXT_PRINTING_OPTION - class org.apache.log4j.TTCCLayout の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansのパラダイムを使って処理されます。 この定数は、今後必要なくなり、近いうちに削除される予定です。

CONVERSION_PATTERN_OPTION - class org.apache.log4j.PatternLayout の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.
convert(LoggingEvent) - class org.apache.log4j.helpers.PatternConverter のメソッド
Derived pattern converters must override this method in order to convert conversion specifiers in the correct way.
convertArg(String, Class) - class org.apache.log4j.config.PropertySetter のメソッド
Convert val a String parameter to an object of a given type.
convertSpecialChars(String) - class org.apache.log4j.helpers.OptionConverter の static メソッド
 
count - class org.apache.log4j.helpers.CountingQuietWriter の変数
 
CountingQuietWriter - class org.apache.log4j.helpers.CountingQuietWriter.
Counts the number of bytes written.
CountingQuietWriter(Writer, ErrorHandler) - class org.apache.log4j.helpers.CountingQuietWriter のコンストラクタ
 
createPatternParser(String) - class org.apache.log4j.PatternLayout のメソッド
Returns PatternParser used to parse the conversion string.
createPatternParser(String) - class org.apache.log4j.examples.MyPatternLayout のメソッド
 
createPatternParser(String) - class org.apache.log4j.examples.appserver.AppServerPatternLayout のメソッド
 
currentLiteral - class org.apache.log4j.helpers.PatternParser の変数
 
CyclicBuffer - class org.apache.log4j.helpers.CyclicBuffer.
CyclicBuffer is used by other appenders to hold LoggingEvents for immediate or differed display.
CyclicBuffer(int) - class org.apache.log4j.helpers.CyclicBuffer のコンストラクタ
Instantiate a new CyclicBuffer of at most maxSize events.

D

DailyRollingFileAppender - class org.apache.log4j.DailyRollingFileAppender.
DailyRollingFileAppender extends FileAppender so that the underlying file is rolled over at a user chosen frequency.
DailyRollingFileAppender() - class org.apache.log4j.DailyRollingFileAppender のコンストラクタ
The default constructor does nothing.
DailyRollingFileAppender(Layout, String, String) - class org.apache.log4j.DailyRollingFileAppender のコンストラクタ
Instantiate a DailyRollingFileAppender and open the file designated by filename.
date - class org.apache.log4j.helpers.DateLayout の変数
 
DATE_AND_TIME_DATE_FORMAT - class org.apache.log4j.helpers.AbsoluteTimeDateFormat の static 変数
String constant used to specify DateTimeDateFormat in layouts.
DATE_FORMAT_OPTION - class org.apache.log4j.helpers.DateLayout の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この定数は、今後必要なくなり、そして、近いうちに削除されるでしょう。

DATE_PATTERN_OPTION - class org.apache.log4j.DailyRollingFileAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使って処理されています。 今後、このオプションは、必要なくなるので、ちかいうちに削除される予定です。

dateFormat - class org.apache.log4j.helpers.DateLayout の変数
 
dateFormat(StringBuffer, LoggingEvent) - class org.apache.log4j.helpers.DateLayout のメソッド
 
DateLayout - class org.apache.log4j.helpers.DateLayout.
This abstract layout takes care of all the date related options and formatting work.
DateLayout() - class org.apache.log4j.helpers.DateLayout のコンストラクタ
 
DateTimeDateFormat - class org.apache.log4j.helpers.DateTimeDateFormat.
Formats a Date in the format "dd MMM YYYY HH:mm:ss,SSS" for example, "06 Nov 1994 15:49:37,459".
DateTimeDateFormat() - class org.apache.log4j.helpers.DateTimeDateFormat のコンストラクタ
 
DateTimeDateFormat(TimeZone) - class org.apache.log4j.helpers.DateTimeDateFormat のコンストラクタ
 
DEBUG - class org.apache.log4j.Priority の static 変数
The DEBUG priority designates fine-grained informational events that are most useful to debug an application.
DEBUG_INT - class org.apache.log4j.Priority の static 変数
 
DEBUG_KEY - class org.apache.log4j.helpers.LogLog の static 変数
Defining this value makes log4j print log4j-internal debug statements to System.out.
debug(Object) - class org.apache.log4j.Category のメソッド
Log a message object with the DEBUG priority.
debug(Object, Throwable) - class org.apache.log4j.Category のメソッド
Log a message object with the DEBUG priority including the stack trace of the Throwable t passed as parameter.
debug(String) - class org.apache.log4j.helpers.LogLog の static メソッド
This method is used to output log4j internal debug statements.
debug(String) - class org.apache.log4j.xml.examples.XCategory のメソッド
Overrides the standard debug method by appending the value of suffix variable to each message.
debug(String) - class org.apache.log4j.examples.MyCategory のメソッド
Overrides the standard debug method by appending " world" at the end of each message.
debug(String, Throwable) - class org.apache.log4j.helpers.LogLog の static メソッド
This method is used to output log4j internal debug statements.
debugEnabled - class org.apache.log4j.helpers.LogLog の static 変数
 
decide(LoggingEvent) - class org.apache.log4j.spi.Filter のメソッド
If the decision is DENY, then the event will be dropped.
decide(LoggingEvent) - class org.apache.log4j.varia.StringMatchFilter のメソッド
Returns Filter.NEUTRAL is there is no string match.
decide(LoggingEvent) - class org.apache.log4j.varia.PriorityRangeFilter のメソッド
Return the decision of this filter.
decide(LoggingEvent) - class org.apache.log4j.varia.PriorityMatchFilter のメソッド
Return the decision of this filter.
decide(LoggingEvent) - class org.apache.log4j.varia.DenyAllFilter のメソッド
Always returns the integer constant Filter.DENY regardless of the LoggingEvent parameter.
DEFAULT_BUFFER_SIZE - class org.apache.log4j.AsyncAppender の static 変数
The default buffer size is set to 128 events.
DEFAULT_CONFIGURATION_FILE - class org.apache.log4j.Category の static 変数
This string constant is set to log4j.properties the name of the file that will be searched by default in classpath.
DEFAULT_CONFIGURATION_KEY - class org.apache.log4j.Category の static 変数
This string constant is set to log4j.configuration.
DEFAULT_CONVERSION_PATTERN - class org.apache.log4j.PatternLayout の static 変数
Default pattern string for log output.
DEFAULT_DELAY - class org.apache.log4j.helpers.FileWatchdog の static 変数
The default delay between every file modification check, set to 60 seconds.
DEFAULT_INIT_OVERRIDE_KEY - class org.apache.log4j.Category の static 変数
Setting the system property log4j.defaultInitOverride to "true" or any other value than "false" will skip default configuration process.
defaultHierarchy - class org.apache.log4j.Category の static 変数
The hierarchy where categories are attached to by default.
delay - class org.apache.log4j.helpers.FileWatchdog の変数
The delay to observe between every check.
delay(int) - class org.apache.log4j.examples.NumberCruncherServer の static メソッド
 
DENY - class org.apache.log4j.spi.Filter の static 変数
The log event must be dropped immediately without consulting with the remaining filters, if any, in the chain.
DenyAllFilter - class org.apache.log4j.varia.DenyAllFilter.
This filter drops all logging events.
DenyAllFilter() - class org.apache.log4j.varia.DenyAllFilter のコンストラクタ
 
DISABLE_KEY - class org.apache.log4j.BasicConfigurator の static 変数
DISABLE_KEY is the name of the constant holding the string value log4j.disable.
DISABLE_OVERRIDE_KEY - class org.apache.log4j.BasicConfigurator の static 変数
DISABLE_OVERRIDE_KEY is the name of the constant holding the string value log4j.disableOverride.
disable(Priority) - class org.apache.log4j.BasicConfigurator の static メソッド
推奨されていません。 Use Category.getDefaultHierarchy().disable(p) instead.

代替として、Category.getDefaultHierarchy().disable(p)を利用します。

disable(Priority) - class org.apache.log4j.Hierarchy のメソッド
Disable all logging requests of priority equal to or below the priority parameter p, for all categories in this hierarchy.
disable(String) - class org.apache.log4j.BasicConfigurator の static メソッド
推奨されていません。 Use Category.getDefaultHierarchy().disable() instead.

代替として、Category.getDefaultHierarchy().disable()を利用します。

disable(String) - class org.apache.log4j.Hierarchy のメソッド
Similar to Hierarchy.disable(Priority) except that the priority argument is given as a String.
disableAll() - class org.apache.log4j.BasicConfigurator の static メソッド
推奨されていません。 Use Category.getDefaultHierarchy().disableAll() instead.

代替として、Category.getDefaultHierarchy().disableAll()を利用します。

disableAll() - class org.apache.log4j.Hierarchy のメソッド
Disable all logging requests regardless of category and priority.
disableDebug() - class org.apache.log4j.BasicConfigurator の static メソッド
推奨されていません。 Use Category.getDefaultHierarchy().disableDebug() instead.

代替として、Category.getDefaultHierarchy().disableDebug()を利用します。

disableDebug() - class org.apache.log4j.Hierarchy のメソッド
Disable all logging requests of priority DEBUG regardless of category.
disableInfo() - class org.apache.log4j.BasicConfigurator の static メソッド
推奨されていません。 Use Category.getDefaultHierarchy().disableInfo() instead.

代替として、Category.getDefaultHierarchy().disableInfi()を利用します。

disableInfo() - class org.apache.log4j.Hierarchy のメソッド
Disable all logging requests of priority INFO and below regardless of category.
doAppend(LoggingEvent) - class org.apache.log4j.AppenderSkeleton のメソッド
This method performs threshold checks and invokes filters before delegating actual logging to the subclasses specific AppenderSkeleton.append(org.apache.log4j.spi.LoggingEvent) method.
doAppend(LoggingEvent) - interface org.apache.log4j.Appender のメソッド
Log in Appender specific way.
doAppend(LoggingEvent) - class org.apache.log4j.performance.NullAppender のメソッド
 
doCapitalize - class org.apache.log4j.config.PropertyPrinter の変数
 
doConfigure(InputStream, Hierarchy) - class org.apache.log4j.xml.DOMConfigurator のメソッド
Configure log4j by reading in a log4j.dtd compliant XML configuration file.
doConfigure(Properties, Hierarchy) - class org.apache.log4j.PropertyConfigurator のメソッド
Read configuration options from properties.
doConfigure(String, Hierarchy) - class org.apache.log4j.PropertyConfigurator のメソッド
Read configuration from a file.
doConfigure(String, Hierarchy) - class org.apache.log4j.xml.DOMConfigurator のメソッド
 
doConfigure(URL, Hierarchy) - class org.apache.log4j.PropertyConfigurator のメソッド
Read configuration options from url configURL.
doConfigure(URL, Hierarchy) - interface org.apache.log4j.spi.Configurator のメソッド
Interpret a resource pointed by a URL and set up log4j accordingly.
doConfigure(URL, Hierarchy) - class org.apache.log4j.xml.DOMConfigurator のメソッド
 
DOMConfigurator - class org.apache.log4j.xml.DOMConfigurator.
Use this class to initialize the log4j environment using a DOM tree.
DOMConfigurator() - class org.apache.log4j.xml.DOMConfigurator のコンストラクタ
No argument constructor.
doOnChange() - class org.apache.log4j.helpers.FileWatchdog のメソッド
 
doRender(Object) - class org.apache.log4j.or.MessageRenderer のメソッド
Render a Message.
doRender(Object) - interface org.apache.log4j.or.ObjectRenderer のメソッド
Render the object passed as parameter as a String.
doRender(Object) - class org.apache.log4j.or.ThreadGroupRenderer のメソッド
Render a ThreadGroup object similar to the way that the ThreadGroup.list() method output information.

E

enableAll() - class org.apache.log4j.BasicConfigurator の static メソッド
推奨されていません。 Use Category.getDefaultHierarchy().enableAll() instead.

代替として、Category.getDefaultHierarchy().enableAll()を参照してください。

enableAll() - class org.apache.log4j.Hierarchy のメソッド
Undoes the effect of calling any of Hierarchy.disable(java.lang.String), Hierarchy.disableAll(), Hierarchy.disableDebug() and Hierarchy.disableInfo() methods.
ERROR - class org.apache.log4j.Priority の static 変数
The ERROR priority designates error events that might still allow the application to continue running.
ERROR_INT - class org.apache.log4j.Priority の static 変数
 
error(Object) - class org.apache.log4j.Category のメソッド
Log a message object with the ERROR priority.
error(Object, Throwable) - class org.apache.log4j.Category のメソッド
Log a message object with the ERROR priority including the stack trace of the Throwable t passed as parameter.
error(SAXParseException) - class org.apache.log4j.xml.examples.ReportParserError のメソッド
 
error(String) - interface org.apache.log4j.spi.ErrorHandler のメソッド
This method prints the error message passed as a parameter.
error(String) - class org.apache.log4j.helpers.LogLog の static メソッド
This method is used to output log4j internal error statements.
error(String) - class org.apache.log4j.helpers.OnlyOnceErrorHandler のメソッド
Print a the error message passed as parameter on System.err.
error(String, Exception, int) - interface org.apache.log4j.spi.ErrorHandler のメソッド
This method should handle the error.
error(String, Exception, int) - class org.apache.log4j.helpers.OnlyOnceErrorHandler のメソッド
Prints the message and the stack trace of the exception on System.err.
error(String, Throwable) - class org.apache.log4j.helpers.LogLog の static メソッド
This method is used to output log4j internal error statements.
ErrorCode - interface org.apache.log4j.spi.ErrorCode.
This interface defines commonly encoutered error codes.
errorHandler - class org.apache.log4j.AppenderSkeleton の変数
It is assumed and enforced that errorHandler is never null.
errorHandler - class org.apache.log4j.helpers.QuietWriter の変数
 
ErrorHandler - interface org.apache.log4j.spi.ErrorHandler.
Appenders may delegate their error handling to ErrorHandlers.
evaluator - class org.apache.log4j.net.SMTPAppender の変数
 
EVALUATOR_CLASS_OPTION - class org.apache.log4j.net.SMTPAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この定数は、近いうちに削除されるでしょう。

exists(String) - class org.apache.log4j.Category の static メソッド
If the named category exists (in the default hierarchy) then it returns a reference to the category, otherwise it returns null.
exists(String) - class org.apache.log4j.Hierarchy のメソッド
Check if the named category exists in the hierarchy.
ExternallyRolledFileAppender - class org.apache.log4j.varia.ExternallyRolledFileAppender.
This appender listens on a socket on the port specified by the ExternallyRolledFileAppender.PORT_OPTION for a "RollOver" message.
ExternallyRolledFileAppender() - class org.apache.log4j.varia.ExternallyRolledFileAppender のコンストラクタ
The default constructor does nothing but calls its super-class constructor.

F

FACILITY_OI - class org.apache.log4j.net.SyslogAppender の static 変数
 
FACILITY_OPTION - class org.apache.log4j.net.SyslogAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この文字列定数は、もはや必要なくなり、近いうちに削除されるでしょう。

FACILITY_PRINTING_OPTION - class org.apache.log4j.net.SyslogAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この文字列定数は、もはや必要なくなり、近いうちに削除されるでしょう。

factor(int) - interface org.apache.log4j.examples.NumberCruncher のメソッド
Factor a positive integer number and return its distinct factor's as an integer array.
factor(int) - class org.apache.log4j.examples.NumberCruncherServer のメソッド
 
FATAL - class org.apache.log4j.Priority の static 変数
The FATAL priority designates very severe error events that will presumably lead the application to abort.
FATAL_INT - class org.apache.log4j.Priority の static 変数
 
fatal(Object) - class org.apache.log4j.Category のメソッド
Log a message object with the FATAL priority.
fatal(Object, Throwable) - class org.apache.log4j.Category のメソッド
Log a message object with the FATAL priority including the stack trace of the Throwable t passed as parameter.
fatalError(SAXParseException) - class org.apache.log4j.xml.examples.ReportParserError のメソッド
 
FILE_OPEN_FAILURE - interface org.apache.log4j.spi.ErrorCode の static 変数
 
FILE_OPTION - class org.apache.log4j.FileAppender の static 変数
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

今日、私たちは、コンポーネントの設定では、JavaBeansのイントロスペクションを使っています。 オプション文字列は、今後、必要なくなります。

fileAppend - class org.apache.log4j.FileAppender の変数
Append to or truncate the file?
FileAppender - class org.apache.log4j.FileAppender.
FileAppender appends log events to a file.
FileAppender() - class org.apache.log4j.FileAppender のコンストラクタ
The default constructor does not do anything.
FileAppender(Layout, OutputStream) - class org.apache.log4j.FileAppender のコンストラクタ
推奨されていません。 The functionality of this constructor form has been replaced by the WriterAppender. This constructor will be removed in the near term.

コンストラクタのフォームの機能は、WriterAppenderにより置き換えられます。 このコンストラクタは、近いうちに削除される予定です。

FileAppender(Layout, String) - class org.apache.log4j.FileAppender のコンストラクタ
Instantiate a FileAppender and open the file designated by filename.
FileAppender(Layout, String, boolean) - class org.apache.log4j.FileAppender のコンストラクタ
Instantiate a FileAppender and open the file designated by filename.
FileAppender(Layout, Writer) - class org.apache.log4j.FileAppender のコンストラクタ
推奨されていません。 The functionality of constructor form has been replaced by the WriterAppender. This constructor will be removed in the near term.

コンストラクタのフォームの機能は、WriterAppenderにより置き換えられます。 このコンストラクタは、近いうちに削除される予定です。

filename - class org.apache.log4j.helpers.FileWatchdog の変数
The name of the file to observe for changes.
fileName - class org.apache.log4j.FileAppender の変数
The name of the log file.
FileWatchdog - class org.apache.log4j.helpers.FileWatchdog.
Check every now and then that a certain file has not changed.
FileWatchdog(String) - class org.apache.log4j.helpers.FileWatchdog のコンストラクタ
 
Filter - class org.apache.log4j.spi.Filter.
Users should extend this class to implement customized logging event filtering.
Filter() - class org.apache.log4j.spi.Filter のコンストラクタ
 
finalize() - class org.apache.log4j.AppenderSkeleton のメソッド
Finalize this appender by calling the imlenentation's close method.
finalize() - class org.apache.log4j.nt.NTEventLogAppender のメソッド
 
finalizeConverter(char) - class org.apache.log4j.helpers.PatternParser のメソッド
 
finalizeConverter(char) - class org.apache.log4j.examples.MyPatternParser のメソッド
 
finalizeConverter(char) - class org.apache.log4j.examples.appserver.AppServerPatternParser のメソッド
Decide, based on the format character, which subtype of Converter to instanciate.
findAndRender(Object) - class org.apache.log4j.or.RendererMap のメソッド
Find the appropriate renderer for the class type of the o parameter.
findAndSubst(String, Properties) - class org.apache.log4j.helpers.OptionConverter の static メソッド
Find the value corresponding to key in props.
findAppenderByReference(Element) - class org.apache.log4j.xml.DOMConfigurator のメソッド
Used internally to parse appenders by IDREF.
FLUSH_FAILURE - interface org.apache.log4j.spi.ErrorCode の static 変数
 
flush() - class org.apache.log4j.helpers.QuietWriter のメソッド
 
flush() - class org.apache.log4j.helpers.SyslogWriter のメソッド
 
flush() - class org.apache.log4j.performance.NOPWriter のメソッド
 
forcedLog(String, Priority, Object, Throwable) - class org.apache.log4j.Category のメソッド
This method creates a new logging event and logs the event without further checks.
forcedLog(String, Priority, Object, Throwable) - class org.apache.log4j.examples.appserver.AppServerCategory のメソッド
This method is overridden to ensure an instance of AppServerLoggingEvent is sent to the appenders.
format(Date, StringBuffer, FieldPosition) - class org.apache.log4j.helpers.AbsoluteTimeDateFormat のメソッド
Appends to sbuf the time in the format "HH:mm:ss,SSS" for example, "15:49:37,459" 例えば、"15:49:37,459" のようにフォーマット "HH:mm:ss,SSS" を使って、日付変数 sbuf に追加します。
format(Date, StringBuffer, FieldPosition) - class org.apache.log4j.helpers.ISO8601DateFormat のメソッド
Appends a date in the format "YYYY-mm-dd HH:mm:ss,SSS" to sbuf.
format(Date, StringBuffer, FieldPosition) - class org.apache.log4j.helpers.DateTimeDateFormat のメソッド
Appends to sbuf the date in the format "dd MMM YYYY HH:mm:ss,SSS" for example, "06 Nov 1994 08:49:37,459".
format(Date, StringBuffer, FieldPosition) - class org.apache.log4j.helpers.RelativeTimeDateFormat のメソッド
Appends to sbuf the number of milliseconds elapsed since the start of the application.
format(LoggingEvent) - class org.apache.log4j.Layout のメソッド
Implement this method to create your own layout format.
format(LoggingEvent) - class org.apache.log4j.SimpleLayout のメソッド
Returns the log statement in a format consisting of the priority, followed by " - " and then the message.
format(LoggingEvent) - class org.apache.log4j.TTCCLayout のメソッド
In addition to the priority of the statement and message, the returned byte array includes time, thread, category and NDC information.
format(LoggingEvent) - class org.apache.log4j.HTMLLayout のメソッド
 
format(LoggingEvent) - class org.apache.log4j.PatternLayout のメソッド
Produces a formatted string as specified by the conversion pattern.
format(LoggingEvent) - class org.apache.log4j.xml.XMLLayout のメソッド
Formats a LoggingEvent in conformance with the log4j.dtd.
format(StringBuffer, LoggingEvent) - class org.apache.log4j.helpers.PatternConverter のメソッド
A template method for formatting in a converter specific way.
formattingInfo - class org.apache.log4j.helpers.PatternParser の変数
 
FormattingInfo - class org.apache.log4j.helpers.FormattingInfo.
FormattingInfo instances contain the information obtained when parsing formatting modifiers in conversion modifiers.
FormattingInfo() - class org.apache.log4j.helpers.FormattingInfo のコンストラクタ
 
foundProperty(Object, String, String, Object) - interface org.apache.log4j.config.PropertyGetter.PropertyCallback のメソッド
 
foundProperty(Object, String, String, Object) - class org.apache.log4j.config.PropertyPrinter のメソッド
 
fqnOfCategoryClass - class org.apache.log4j.spi.LoggingEvent の変数
Fully qualified name of the calling category class.
FROM_OPTION - class org.apache.log4j.net.SMTPAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この定数は、近いうちに削除されるでしょう。

fullInfo - class org.apache.log4j.spi.LocationInfo の変数
All available caller information, in the format fully.qualified.classname.of.caller.methodName(Filename.java:line) 利用できる呼び元の全ての情報です。

G

genAppName() - class org.apache.log4j.config.PropertyPrinter のメソッド
 
GENERIC_FAILURE - interface org.apache.log4j.spi.ErrorCode の static 変数
 
get() - class org.apache.log4j.NDC の static メソッド
Used when printing the diagnostic context.
get() - class org.apache.log4j.helpers.CyclicBuffer のメソッド
Get the oldest (first) element in the buffer.
get() - class org.apache.log4j.helpers.BoundedFIFO のメソッド
Get the first element in the buffer.
get(Class) - class org.apache.log4j.or.RendererMap のメソッド
Search the parents of clazz for a renderer.
get(int) - class org.apache.log4j.helpers.CyclicBuffer のメソッド
Get the ith oldest event currently in the buffer.
get(Object) - class org.apache.log4j.or.RendererMap のメソッド
Syntactic sugar method that calls RendererMap.get(Class) with the class of the object parameter.
getAcceptOnMatch() - class org.apache.log4j.varia.StringMatchFilter のメソッド
 
getAcceptOnMatch() - class org.apache.log4j.varia.PriorityRangeFilter のメソッド
Get the value of the AcceptOnMatch option.
getAcceptOnMatch() - class org.apache.log4j.varia.PriorityMatchFilter のメソッド
 
getAdditivity() - class org.apache.log4j.Category のメソッド
Get the additivity flag for this Category instance.
getAllAppenders() - class org.apache.log4j.Category のメソッド
Get the appenders contained in this category as an Enumeration.
getAllAppenders() - class org.apache.log4j.AsyncAppender のメソッド
 
getAllAppenders() - interface org.apache.log4j.spi.AppenderAttachable のメソッド
Get all previously added appenders as an Enumeration.
getAllAppenders() - class org.apache.log4j.helpers.AppenderAttachableImpl のメソッド
Get all attached appenders as an Enumeration.
getAllPossiblePriorities() - class org.apache.log4j.Priority の static メソッド
Return all possible priorities as an array of Priority objects in descending order.
getAppend() - class org.apache.log4j.FileAppender のメソッド
Returns the value of the Append option.
getAppender(String) - class org.apache.log4j.Category のメソッド
Look for the appender named as name.
getAppender(String) - class org.apache.log4j.AsyncAppender のメソッド
 
getAppender(String) - interface org.apache.log4j.spi.AppenderAttachable のメソッド
Get an appender by name.
getAppender(String) - class org.apache.log4j.helpers.AppenderAttachableImpl のメソッド
Look for an attached appender named as name.
getBufferSize() - class org.apache.log4j.AsyncAppender のメソッド
Returns the current value of the BufferSize option.
getBufferSize() - class org.apache.log4j.net.SMTPAppender のメソッド
Returns value of the BufferSize option.
getCategoryPrefixing() - class org.apache.log4j.TTCCLayout のメソッド
Returns value of the CategoryPrefixing option.
getChainedPriority() - class org.apache.log4j.Category のメソッド
Starting from this category, search the category hierarchy for a non-null priority and return it.
getChainedPriority() - class org.apache.log4j.spi.RootCategory のメソッド
Return the assigned priority value without walking the category hierarchy.
getClassName() - class org.apache.log4j.spi.LocationInfo のメソッド
Return the fully qualified class name of the caller making the logging request.
getComponent() - class org.apache.log4j.examples.appserver.AppServerCategoryFactory のメソッド
Get the name of the component for which this category is logging.
getComponent() - class org.apache.log4j.examples.appserver.AppServerCategory のメソッド
Get the component name for this category.
getContentType() - class org.apache.log4j.Layout のメソッド
Returns the content type output by this layout.
getContentType() - class org.apache.log4j.HTMLLayout のメソッド
Returns the content type output by this layout, i.e "text/html".
getContextPrinting() - class org.apache.log4j.TTCCLayout のメソッド
Returns value of the ContextPrinting option.
getConversionPattern() - class org.apache.log4j.PatternLayout のメソッド
Returns the value of the ConversionPattern option.
getCount() - class org.apache.log4j.helpers.CountingQuietWriter のメソッド
 
getCurrentCategories() - class org.apache.log4j.Category の static メソッド
Returns all the currently defined categories in the default hierarchy as an Enumeration.
getCurrentCategories() - class org.apache.log4j.Hierarchy のメソッド
Returns all the currently defined categories in this hierarchy as an Enumeration.
getDateFormat() - class org.apache.log4j.helpers.DateLayout のメソッド
Returns value of the DateFormat option.
getDatePattern() - class org.apache.log4j.DailyRollingFileAppender のメソッド
Returns the value of the DatePattern option.
getDefaultHierarchy() - class org.apache.log4j.Category の static メソッド
Return the default Hierarchy instance.
getDefaultRenderer() - class org.apache.log4j.or.RendererMap のメソッド
 
getDepth() - class org.apache.log4j.NDC の static メソッド
Get the current nesting depth of this diagnostic context.
getErrorHandler() - class org.apache.log4j.AppenderSkeleton のメソッド
Return the currently set ErrorHandler for this Appender.
getErrorHandler() - interface org.apache.log4j.Appender のメソッド
Returns the ErrorHandler for this appender.
getEvaluatorClass() - class org.apache.log4j.net.SMTPAppender のメソッド
Returns value of the EvaluatorClass option.
getFacility() - class org.apache.log4j.net.SyslogAppender のメソッド
Returns the value of the Facility option.
getFacility(String) - class org.apache.log4j.net.SyslogAppender の static メソッド
Returns the integer value corresponding to the named syslog facility, or -1 if it couldn't be recognized.
getFacilityPrinting() - class org.apache.log4j.net.SyslogAppender のメソッド
Returns the value of the FacilityPrinting option.
getFacilityString(int) - class org.apache.log4j.net.SyslogAppender の static メソッド
Returns the specified syslog facility as a lower-case String, e.g.
getFile() - class org.apache.log4j.FileAppender のメソッド
Returns the value of the File option.
getFileName() - class org.apache.log4j.spi.LocationInfo のメソッド
Return the file name of the caller.
getFilter() - class org.apache.log4j.AppenderSkeleton のメソッド
Returns the head Filter.
getFilter() - interface org.apache.log4j.Appender のメソッド
Returns the head Filter.
getFirstFilter() - class org.apache.log4j.AppenderSkeleton のメソッド
Return the first filter in the filter chain for this Appender.
getFooter() - class org.apache.log4j.Layout のメソッド
Returns the footer for the layout format.
getFooter() - class org.apache.log4j.HTMLLayout のメソッド
Returns the appropriate HTML footers.
getFrom() - class org.apache.log4j.net.SMTPAppender のメソッド
Returns value of the From option.
getHeader() - class org.apache.log4j.Layout のメソッド
Returns the header for the layout format.
getHeader() - class org.apache.log4j.HTMLLayout のメソッド
Returns appropriate HTML headers.
getHierarchy() - class org.apache.log4j.Category のメソッド
Return the the Hierarchy where this Category instance is attached.
getHostname() - class org.apache.log4j.examples.appserver.AppServerCategoryFactory のメソッド
Get the hostname of the machine on which this category is running.
getHostname() - class org.apache.log4j.examples.appserver.AppServerCategory のメソッド
Get the hostname for this category.
getImmediateFlush() - class org.apache.log4j.WriterAppender のメソッド
Returns value of the ImmediateFlush option.
getInstance() - class org.apache.log4j.helpers.NullEnumeration の static メソッド
 
getInstance(Class) - class org.apache.log4j.Category の static メソッド
Shorthand for getInstance(clazz.getName()).
getInstance(Class) - class org.apache.log4j.xml.examples.XCategory の static メソッド
This method overrides Category.getInstance(Class) by supplying its own factory type as a parameter.
getInstance(String) - class org.apache.log4j.Category の static メソッド
Retrieve a category with named as the name parameter.
getInstance(String) - class org.apache.log4j.Hierarchy のメソッド
Return a new category instance named as the first parameter using the default factory.
getInstance(String) - class org.apache.log4j.xml.examples.XCategory の static メソッド
This method overrides Category.getInstance(java.lang.String) by supplying its own factory type as a parameter.
getInstance(String) - class org.apache.log4j.examples.MyCategory の static メソッド
This method overrides Category.getInstance(java.lang.String) by supplying its own factory type as a parameter.
getInstance(String) - class org.apache.log4j.examples.appserver.AppServerCategory の static メソッド
Return an AppServerCategory instance with the provided name.
getInstance(String, CategoryFactory) - class org.apache.log4j.Category の static メソッド
Like Category.getInstance(String) except that the type of category instantiated depends on the type returned by the CategoryFactory.makeNewCategoryInstance(java.lang.String) method of the factory parameter.
getInstance(String, CategoryFactory) - class org.apache.log4j.Hierarchy のメソッド
Return a new category instance named as the first parameter using factory.
getLayout() - class org.apache.log4j.AppenderSkeleton のメソッド
Returns the layout of this appender.
getLayout() - interface org.apache.log4j.Appender のメソッド
Returns this appenders layout.
getLineNumber() - class org.apache.log4j.spi.LocationInfo のメソッド
Returns the line number of the caller.
getLocationInfo() - class org.apache.log4j.HTMLLayout のメソッド
Returns the current value of the LocationInfo option.
getLocationInfo() - class org.apache.log4j.AsyncAppender のメソッド
Returns the current value of the LocationInfo option.
getLocationInfo() - class org.apache.log4j.net.SocketAppender のメソッド
Returns value of the LocationInfo option.
getLocationInfo() - class org.apache.log4j.net.SMTPAppender のメソッド
Returns value of the LocationInfo option.
getLocationInfo() - class org.apache.log4j.xml.XMLLayout のメソッド
Returns the current value of the LocationInfo option.
getLocationInformation() - class org.apache.log4j.spi.LoggingEvent のメソッド
Set the location information for this logging event.
getMaxBackupIndex() - class org.apache.log4j.RollingFileAppender のメソッド
Returns the value of the MaxBackupIndex option.
getMaximumFileSize() - class org.apache.log4j.RollingFileAppender のメソッド
Get the maximum size that the output file is allowed to reach before being rolled over to backup files.
getMaxSize() - class org.apache.log4j.helpers.CyclicBuffer のメソッド
 
getMaxSize() - class org.apache.log4j.helpers.BoundedFIFO のメソッド
Get the maximum size of the buffer.
getMessage() - class org.apache.log4j.spi.LoggingEvent のメソッド
Return the message for this logging event.
getMessage() - class org.apache.log4j.config.PropertySetterException のメソッド
Returns descriptive text on the cause of this exception.
getMethodName() - class org.apache.log4j.spi.LocationInfo のメソッド
Returns the method name of the caller.
getName() - class org.apache.log4j.Category のメソッド
Return the category name.
getName() - class org.apache.log4j.AppenderSkeleton のメソッド
Returns the name of this FileAppender.
getName() - interface org.apache.log4j.Appender のメソッド
Get the name of this appender.
getNDC() - class org.apache.log4j.spi.LoggingEvent のメソッド
 
getOption(String) - class org.apache.log4j.xml.examples.XCategory のメソッド
 
getOptionStrings() - class org.apache.log4j.SimpleLayout のメソッド
 
getOptionStrings() - class org.apache.log4j.TTCCLayout のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

一般的な setOptionメソッドを使う代わりに、直接オプションの ためのセッタメソッドを使います。

getOptionStrings() - class org.apache.log4j.HTMLLayout のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

今日、私たちは、コンポーネントの設定では、JavaBeansのイントロスペクションを使っています。 オプション文字列は、今後、必要なくなります。

getOptionStrings() - class org.apache.log4j.PatternLayout のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.
getOptionStrings() - class org.apache.log4j.AppenderSkeleton のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

われわれは、現在、コンポーネントを設定するためにJavaBeansのイントロスペクションをつかいます。 オプション文字列は、今後必要なくなります。

getOptionStrings() - class org.apache.log4j.WriterAppender のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

私たちは、コンポーネントを設定するために、現時点では、JavaBeansのイントロスペクションを使います。 オプション文字列は、今後必要なくなります。

getOptionStrings() - class org.apache.log4j.FileAppender のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

今日、私たちは、コンポーネントの設定には、JavaBeansのイントロスペクションを利用します。 オプション文字列は、今後必要なくなります。

getOptionStrings() - class org.apache.log4j.ConsoleAppender のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

私たちは、コンポーネントを設定するために、現状JavaBeansのイントロスペクションを使います。 オプション文字列はもはや必要ありません。

getOptionStrings() - class org.apache.log4j.DailyRollingFileAppender のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

私たちは、今日、コンポーネントの設定には、JavaBeansのイントロスペクションを利用しています。今後オプション文字列は、必要ななくなります。

getOptionStrings() - class org.apache.log4j.RollingFileAppender のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

今日、私たちは、コンポーネントの設定でJavaBeansのイントロスペクションを 使っています。 オプション文字列は、今後必要なくなります。

getOptionStrings() - class org.apache.log4j.AsyncAppender のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

われわれは、コンポーネントを設定するためにJavaBeansのイントロスペクションを現在利用しています。 オプション文字列は、今後必要ななくなります。

getOptionStrings() - interface org.apache.log4j.spi.OptionHandler のメソッド
推奨されていません。 We now use JavaBeans style getters/setters.

私たちは、現時点では、JavaBeansスタイルのgetters/settersを使います。

getOptionStrings() - class org.apache.log4j.net.SyslogAppender のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

今日、私たちは、コンポーネントの設定には、JavaBeansのイントロスペクションを使用しています。 オプション文字列は、もはや必要ありません。

getOptionStrings() - class org.apache.log4j.net.SocketAppender のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

今日、私たちは、コンポーネントの設定には、JavaBeansのイントロスペクションを使用します。 オプション文字列はもはや必要ありません。

getOptionStrings() - class org.apache.log4j.net.JMSAppender のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

今日、私たちは、コンポーネントを設定する時は、JavaBeansのイントロスペクションをしよします。 オプション文字列は、今後必要なくなります。

getOptionStrings() - class org.apache.log4j.net.SMTPAppender のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

今日、私たちは、コンポーネントの設定には、JavaBeansのイントロスペクションを使用します。 オプション文字列は、もう必要ありません。

getOptionStrings() - class org.apache.log4j.helpers.DateLayout のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

一般的なsetOptionメソッドの代わりに直接オプションのためのセッタメソッドを使用します。

getOptionStrings() - class org.apache.log4j.helpers.OnlyOnceErrorHandler のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

今日、私たちは、コンポーネントの設定には、JavaBeansのイントロスペクションを使用しています。 今後、オプションの文字列は必要なくなります。

getOptionStrings() - class org.apache.log4j.nt.NTEventLogAppender のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

今日、私たちは、コンポーネントの設定には、JavaBeansのイントロスペクションを使用します。 オプション文字列は、もはや必要ありません。

getOptionStrings() - class org.apache.log4j.varia.StringMatchFilter のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

今日、私たちは、コンポーネントの設定には、JavaBeans のイントロスペクションを使用します。 オプション文字列は、もはや必要ありません。

getOptionStrings() - class org.apache.log4j.varia.PriorityRangeFilter のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components.

今日、私たちは、コンポーネントの設定には JavaBeans のイントロスペクションを使用します。

getOptionStrings() - class org.apache.log4j.varia.PriorityMatchFilter のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components.

今日、私たちは、コンポーネントの設定には、JavaBeans のイントロスペクションを使用します

getOptionStrings() - class org.apache.log4j.varia.ExternallyRolledFileAppender のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

今日、私たちは、コンポーネントの設定には、JavaBeans のイントロスペクションを使用します。 オプション文字列は、もはや必要ありません。

getOptionStrings() - class org.apache.log4j.varia.DenyAllFilter のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

今日、私たちは、コンポーネントの設定には JavaBeans のイントロスペクションを使用します。 オプション文字列はもはや必要ありません。

getOptionStrings() - class org.apache.log4j.xml.XMLLayout のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

今日、私たちは、コンポーネントの設定には、JavaBeansのイントロスペクションをしようしています。 オプション文字列は、今後必要なくなります。

getOptionStrings() - class org.apache.log4j.xml.examples.XCategory のメソッド
Retuns the option names for this component, namely the string XCategory.SUFFIX_OPTION.
getPort() - class org.apache.log4j.net.SocketAppender のメソッド
Returns value of the Port option.
getPort() - class org.apache.log4j.varia.ExternallyRolledFileAppender のメソッド
Returns value of the Port option.
getPriority() - class org.apache.log4j.Category のメソッド
Returns the assigned Priority, if any, for this Category.
getPriorityMax() - class org.apache.log4j.varia.PriorityRangeFilter のメソッド
Get the value of the PriorityMax option.
getPriorityMin() - class org.apache.log4j.varia.PriorityRangeFilter のメソッド
Get the value of the PriorityMin option.
getPriorityToMatch() - class org.apache.log4j.varia.PriorityMatchFilter のメソッド
 
getProperties(Object, PropertyGetter.PropertyCallback, String) - class org.apache.log4j.config.PropertyGetter の static メソッド
 
getProperties(PropertyGetter.PropertyCallback, String) - class org.apache.log4j.config.PropertyGetter のメソッド
 
getPropertyDescriptor(String) - class org.apache.log4j.config.PropertySetter のメソッド
 
getReconnectionDelay() - class org.apache.log4j.net.SocketAppender のメソッド
Returns value of the ReconnectionDelay option.
getRemoteHost() - class org.apache.log4j.net.SocketAppender のメソッド
Returns value of the RemoteHost option.
getRenderedMessage() - class org.apache.log4j.spi.LoggingEvent のメソッド
 
getRendererMap() - class org.apache.log4j.Hierarchy のメソッド
Get the renderer map for this hierarchy.
getResource(String, Class) - class org.apache.log4j.helpers.Loader の static メソッド
This method will search for resource in different places.
getResourceBundle() - class org.apache.log4j.Category のメソッド
Return the inherited ResourceBundle for this category.
getResourceBundleString(String) - class org.apache.log4j.Category のメソッド
Returns the string resource coresponding to key in this category's inherited resource bundle.
getRoot() - class org.apache.log4j.Category の static メソッド
Return the root of the default category hierrachy.
getRoot() - class org.apache.log4j.Hierarchy のメソッド
Get the root of this hierarchy.
getServer() - class org.apache.log4j.examples.appserver.AppServerCategoryFactory のメソッド
Get the name of the server process in which this category is running.
getServer() - class org.apache.log4j.examples.appserver.AppServerCategory のメソッド
Get the server name for this category.
getSMTPHost() - class org.apache.log4j.net.SMTPAppender のメソッド
Returns value of the SMTPHost option.
getSource() - class org.apache.log4j.nt.NTEventLogAppender のメソッド
 
getStartTime() - class org.apache.log4j.spi.LoggingEvent の static メソッド
Returns the time when the application started, in milliseconds elapsed since 01.01.1970.
getStringToMatch() - class org.apache.log4j.varia.StringMatchFilter のメソッド
 
getSubject() - class org.apache.log4j.net.SMTPAppender のメソッド
Returns value of the Subject option.
getSyslogEquivalent() - class org.apache.log4j.Priority のメソッド
Return the syslog equivalent of this priority as an integer.
getSyslogHost() - class org.apache.log4j.net.SyslogAppender のメソッド
Returns the value of the SyslogHost option.
getSystemProperty(String, String) - class org.apache.log4j.helpers.OptionConverter の static メソッド
Very similar to System.getProperty except that the SecurityException is hidden.
getTarget() - class org.apache.log4j.ConsoleAppender のメソッド
Returns the current value of the Target option.
getThreadName() - class org.apache.log4j.spi.LoggingEvent のメソッド
 
getThreadPrinting() - class org.apache.log4j.TTCCLayout のメソッド
Returns value of the ThreadPrinting option.
getThreshold() - class org.apache.log4j.AppenderSkeleton のメソッド
Returns this appenders threshold priority.
getThrowable() - class org.apache.log4j.spi.ThrowableInformation のメソッド
 
getThrowableInformation() - class org.apache.log4j.spi.LoggingEvent のメソッド
Returns the throwable information contained within this event.
getThrowableStrRep() - class org.apache.log4j.spi.LoggingEvent のメソッド
Return this event's throwable's string[] representaion.
getThrowableStrRep() - class org.apache.log4j.spi.ThrowableInformation のメソッド
 
getTimeZone() - class org.apache.log4j.helpers.DateLayout のメソッド
Returns value of the TimeZone option.
getTitle() - class org.apache.log4j.HTMLLayout のメソッド
Returns the current value of the Title option.
getTo() - class org.apache.log4j.net.SMTPAppender のメソッド
Returns value of the To option.
getTopicBindingName() - class org.apache.log4j.net.JMSAppender のメソッド
Returns the value of the TopicBindingName option.
getTopicConnectionFactoryBindingName() - class org.apache.log4j.net.JMSAppender のメソッド
Returns the value of the TopicConnectionFactoryBindingName option.
getVersion() - class org.apache.log4j.examples.appserver.AppServerCategoryFactory のメソッド
Get the version name of the component in which this category is running.
getVersion() - class org.apache.log4j.examples.appserver.AppServerCategory のメソッド
Get the version name for this category.

H

hasMoreElements() - class org.apache.log4j.helpers.NullEnumeration のメソッド
 
headFilter - class org.apache.log4j.AppenderSkeleton の変数
The first filter in the filter chain.
hierarchy - class org.apache.log4j.Category の変数
 
Hierarchy - class org.apache.log4j.Hierarchy.
This class is specialized in retrieving categories by name and also maintaining the category hierarchy.
Hierarchy(Category) - class org.apache.log4j.Hierarchy のコンストラクタ
Create a new Category hierarchy.
hostname - class org.apache.log4j.examples.appserver.AppServerCategoryFactory の変数
The hostname on which this factory resides.
hostname - class org.apache.log4j.examples.appserver.AppServerCategory の変数
The hostname on which this category resides.
hostname - class org.apache.log4j.examples.appserver.AppServerLoggingEvent の変数
Hostname of machine from which this event originated.
HOSTNAME_CHAR - class org.apache.log4j.examples.appserver.AppServerPatternParser の static 変数
Set to 'h'.
HTMLLayout - class org.apache.log4j.HTMLLayout.
This layout outputs events in a HTML table.
HTMLLayout() - class org.apache.log4j.HTMLLayout のコンストラクタ
 

I

i - class org.apache.log4j.helpers.PatternParser の変数
 
ignoresThrowable() - class org.apache.log4j.Layout のメソッド
If the layout handles the throwable object contained within LoggingEvent, then the layout should return false.
ignoresThrowable() - class org.apache.log4j.SimpleLayout のメソッド
The SimpleLayout does not handle the throwable contained within LoggingEvents.
ignoresThrowable() - class org.apache.log4j.TTCCLayout のメソッド
The TTCCLayout does not handle the throwable contained within LoggingEvents.
ignoresThrowable() - class org.apache.log4j.HTMLLayout のメソッド
The HTML layout handles the throwable contained in logging events.
ignoresThrowable() - class org.apache.log4j.PatternLayout のメソッド
The PatternLayout does not handle the throwable contained within LoggingEvents.
ignoresThrowable() - class org.apache.log4j.xml.XMLLayout のメソッド
The XMLLayout prints and does not ignore exceptions.
IMMEDIATE_FLUSH_OPTION - class org.apache.log4j.WriterAppender の static 変数
推奨されていません。 We now use JavaBeans introspection to configure components. Options strings are no longer needed.

私たちは、コンポーネントを設定するために、現時点では、JavaBeansのイントロスペクションを利用します。 オプション文字列は、今後必要なくなります。

immediateFlush - class org.apache.log4j.WriterAppender の変数
Immediate flush means that the underlying writer or output stream will be flushed at the end of each append operation.
INFO - class org.apache.log4j.Priority の static 変数
The INFO priority designates informational messages that highlight the progress of the application at coarse-grained level.
INFO_INT - class org.apache.log4j.Priority の static 変数
 
info(Object) - class org.apache.log4j.Category のメソッド
Log a message object with the INFO priority.
info(Object, Throwable) - class org.apache.log4j.Category のメソッド
Log a message object with the INFO priority including the stack trace of the Throwable t passed as parameter.
inherit(Stack) - class org.apache.log4j.NDC の static メソッド
Inherit the diagnostic context of another thread.
INHERITED - class org.apache.log4j.BasicConfigurator の static 変数
Special priority value signifying inherited behaviour.
instantiateByClassName(String, Class, Object) - class org.apache.log4j.helpers.OptionConverter の static メソッド
Instantiate an object given a class name.
instantiateByKey(Properties, String, Class, Object) - class org.apache.log4j.helpers.OptionConverter の static メソッド
 
introspect() - class org.apache.log4j.config.PropertySetter のメソッド
Uses JavaBeans Introspector to computer setters of object to be configured.
isAsSevereAsThreshold(Priority) - class org.apache.log4j.AppenderSkeleton のメソッド
Check whether the message priority is below the appender's threshold.
isDebugEnabled() - class org.apache.log4j.Category のメソッド
Check whether this category is enabled for the DEBUG priority.
isDisabled(int) - class org.apache.log4j.Hierarchy のメソッド
 
isEnabledFor(Priority) - class org.apache.log4j.Category のメソッド
Check whether this category is enabled for a given Priority passed as parameter.
isFull() - class org.apache.log4j.helpers.BoundedFIFO のメソッド
Return true if the buffer is full, i.e. of the number of elements in the buffer equals the buffer size.
isGenAppName(String) - class org.apache.log4j.config.PropertyPrinter のメソッド
Returns true if the specified appender name is considered to have been generated, i.e. if it is of the form A[0-9]+.
isGreaterOrEqual(Priority) - class org.apache.log4j.Priority のメソッド
Returns true if this priority has a higher or equal priority than the priority passed as argument, false otherwise.
isHandledType(Class) - class org.apache.log4j.config.PropertyGetter のメソッド
 
isInfoEnabled() - class org.apache.log4j.Category のメソッド
Check whether this category is enabled for the info priority.
ISO8601_DATE_FORMAT - class org.apache.log4j.helpers.AbsoluteTimeDateFormat の static 変数
String constant used to specify ISO8601DateFormat in layouts.
ISO8601DateFormat - class org.apache.log4j.helpers.ISO8601DateFormat.
Formats a Date in the format "YYYY-mm-dd HH:mm:ss,SSS" for example "1999-11-27 15:49:37,459".
ISO8601DateFormat() - class org.apache.log4j.helpers.ISO8601DateFormat のコンストラクタ
 
ISO8601DateFormat(TimeZone) - class org.apache.log4j.helpers.ISO8601DateFormat のコンストラクタ
 
isTriggeringEvent(LoggingEvent) - interface org.apache.log4j.spi.TriggeringEventEvaluator のメソッド
Is this the triggering event?

J

JMSAppender - class org.apache.log4j.net.JMSAppender.
A simple appender based on JMS.
JMSAppender() - class org.apache.log4j.net.JMSAppender のコンストラクタ
 
JMSSink - class org.apache.log4j.net.JMSSink.
A simple application receiving the logging events sent by a JMSAppender.
JMSSink() - class org.apache.log4j.net.JMSSink のコンストラクタ
 

L

l7dlog(Priority, String, Object[], Throwable) - class org.apache.log4j.Category のメソッド
Log a localized and parameterized message.
l7dlog(Priority, String, Throwable) - class org.apache.log4j.Category のメソッド
Log a localized message.
layout - class org.apache.log4j.AppenderSkeleton の変数
The layout variable does not need to be set if the appender implementation has its own layout.
Layout - class org.apache.log4j.Layout.
Extend this abstract class to create your own log layout format.
Layout() - class org.apache.log4j.Layout のコンストラクタ
 
layoutNames - class org.apache.log4j.config.PropertyPrinter の変数
 
length() - class org.apache.log4j.helpers.CyclicBuffer のメソッド
Get the number of elements in the buffer.
length() - class org.apache.log4j.helpers.BoundedFIFO のメソッド
Get the number of elements in the buffer.
LETHAL - class org.apache.log4j.xml.examples.XPriority の static 変数
 
lethal(String) - class org.apache.log4j.xml.examples.XCategory のメソッド
We introduce a new printing method in order to support XPriority.LETHAL.
lethal(String, Throwable) - class org.apache.log4j.xml.examples.XCategory のメソッド
We introduce a new printing method in order to support XPriority.LETHAL.
LINE_SEP - class org.apache.log4j.Layout の static 変数
 
LINE_SEP_LEN - class org.apache.log4j.Layout の static 変数
 
ListVsVector - class org.apache.log4j.performance.ListVsVector.
Compares the performance of looping through a list versus a Vector.
ListVsVector() - class org.apache.log4j.performance.ListVsVector のコンストラクタ
 
Loader - class org.apache.log4j.helpers.Loader.
Load resources (or images) from various sources.
Loader() - class org.apache.log4j.helpers.Loader のコンストラクタ
 
LOCATION_INFO_OPTION - class org.apache.log4j.HTMLLayout の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

オプションは、現状、JavaBeanパラダイムを使うことで処理されます。 この定数は、今後必要なくなり、近いうちに削除される予定です。

LOCATION_INFO_OPTION - class org.apache.log4j.AsyncAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

オプションは、現状、JavaBeanパラダイムを使うことで処理されます。 この定数は、今後必要なくなり、近いうちに削除される予定です。

LOCATION_INFO_OPTION - class org.apache.log4j.net.SocketAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この定数は、もはや必要なく、近いうちに削除されるでしょう。

LOCATION_INFO_OPTION - class org.apache.log4j.net.SMTPAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この定数は、近いうちに削除されるでしょう。

LOCATION_INFO_OPTION - class org.apache.log4j.xml.XMLLayout の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 今後、このオプションは、必要なくなり、近いうちに削除されるでしょう。

LocationInfo - class org.apache.log4j.spi.LocationInfo.
The internal representation of caller location information.
LocationInfo(Throwable, String) - class org.apache.log4j.spi.LocationInfo のコンストラクタ
Instantiate location information based on a Throwable.
LOG_AUTH - class org.apache.log4j.net.SyslogAppender の static 変数
security/authorization messages セキュリティ/認証 メッセージ
LOG_AUTHPRIV - class org.apache.log4j.net.SyslogAppender の static 変数
security/authorization messages (private) セキュリティ/認証 メッセージ (プライベート)
LOG_CRON - class org.apache.log4j.net.SyslogAppender の static 変数
clock daemon クロック・デーモン
LOG_DAEMON - class org.apache.log4j.net.SyslogAppender の static 変数
System daemons システム・デーモン
LOG_FTP - class org.apache.log4j.net.SyslogAppender の static 変数
ftp daemon FTP デーモン
LOG_KERN - class org.apache.log4j.net.SyslogAppender の static 変数
Kernel messages カーネル・メッセージ
LOG_LOCAL0 - class org.apache.log4j.net.SyslogAppender の static 変数
reserved for local use ローカル・ユーザで予約されています。
LOG_LOCAL1 - class org.apache.log4j.net.SyslogAppender の static 変数
reserved for local use ローカル・ユーザで予約されています。
LOG_LOCAL2 - class org.apache.log4j.net.SyslogAppender の static 変数
reserved for local use ローカル・ユーザで予約されています。
LOG_LOCAL3 - class org.apache.log4j.net.SyslogAppender の static 変数
reserved for local use ローカル・ユーザで予約されています。
LOG_LOCAL4 - class org.apache.log4j.net.SyslogAppender の static 変数
reserved for local use ローカル・ユーザで予約されています。
LOG_LOCAL5 - class org.apache.log4j.net.SyslogAppender の static 変数
reserved for local use ローカル・ユーザで予約されています。
LOG_LOCAL6 - class org.apache.log4j.net.SyslogAppender の static 変数
reserved for local use ローカル・ユーザで予約されています。
LOG_LOCAL7 - class org.apache.log4j.net.SyslogAppender の static 変数
reserved for local use ローカル・ユーザで予約されています。
LOG_LPR - class org.apache.log4j.net.SyslogAppender の static 変数
line printer subsystem ラインプリンタ
LOG_MAIL - class org.apache.log4j.net.SyslogAppender の static 変数
Mail system メール・システム
LOG_NEWS - class org.apache.log4j.net.SyslogAppender の static 変数
network news subsystem ネットワーク・ニュース
LOG_SYSLOG - class org.apache.log4j.net.SyslogAppender の static 変数
messages generated internally by syslogd シスログにより内部で生成されるメッセージ
LOG_USER - class org.apache.log4j.net.SyslogAppender の static 変数
Random user-level messages ランダム・ユーザーレベル・メッセージ
LOG_UUCP - class org.apache.log4j.net.SyslogAppender の static 変数
UUCP subsystem UUCP
log(Priority, Object) - class org.apache.log4j.Category のメソッド
This generic form is intended to be used by wrappers.
log(Priority, Object, Throwable) - class org.apache.log4j.Category のメソッド
This generic form is intended to be used by wrappers.
log(String, Priority, Object, Throwable) - class org.apache.log4j.Category のメソッド
This is the most generic printing method.
Logging - class org.apache.log4j.performance.Logging.
Measure the performance of logging.
Logging() - class org.apache.log4j.performance.Logging のコンストラクタ
 
LoggingEvent - class org.apache.log4j.spi.LoggingEvent.
The internal representation of logging events.
LoggingEvent(String, Category, Priority, Object, Throwable) - class org.apache.log4j.spi.LoggingEvent のコンストラクタ
Instantiate a LoggingEvent from the supplied parameters.
LogLog - class org.apache.log4j.helpers.LogLog.
This class used to output log statements from within the log4j package.
LogLog() - class org.apache.log4j.helpers.LogLog のコンストラクタ
 
lookup(Context, String) - class org.apache.log4j.net.JMSSink の static メソッド
 
lookup(Context, String) - class org.apache.log4j.net.JMSAppender のメソッド
 

M

main(String[]) - class org.apache.log4j.net.SocketServer の static メソッド
 
main(String[]) - class org.apache.log4j.net.SimpleSocketServer の static メソッド
 
main(String[]) - class org.apache.log4j.net.JMSSink の static メソッド
 
main(String[]) - class org.apache.log4j.performance.ListVsVector の static メソッド
 
main(String[]) - class org.apache.log4j.performance.SystemTime の static メソッド
 
main(String[]) - class org.apache.log4j.performance.Logging の static メソッド
Usage: java org.apache.log4j.performance.Logging confFile runLength [delay] [burstLen] 使用方法: java org.apache.log4j.performance.Logging confFile runLength [delay] [burstLen] confFile is an XML configuration file and runLength (integer) is the length of test loop, delay is the time in millisecs to sleep every bustLen log requests.
main(String[]) - class org.apache.log4j.performance.ConcatVsArray の static メソッド
 
main(String[]) - class org.apache.log4j.performance.NotLogging の static メソッド
 
main(String[]) - class org.apache.log4j.performance.NewVsSetLen の static メソッド
 
main(String[]) - class org.apache.log4j.varia.Roller の static メソッド
Send a "RollOver" message to ExternallyRolledFileAppender on host and port.
main(String[]) - class org.apache.log4j.xml.examples.XTest の static メソッド
This program will just print DEBUG [main] some.cat - Hello world.
main(String[]) - class org.apache.log4j.xml.examples.XMLSample の static メソッド
 
main(String[]) - class org.apache.log4j.config.PropertyPrinter の static メソッド
 
main(String[]) - class org.apache.log4j.examples.MyCategory の static メソッド
When called wihtout arguments, this program will just print DEBUG [main] some.cat - Hello world.
main(String[]) - class org.apache.log4j.examples.MyPatternLayout の static メソッド
 
main(String[]) - class org.apache.log4j.examples.NumberCruncherClient の static メソッド
 
main(String[]) - class org.apache.log4j.examples.Sort の static メソッド
 
main(String[]) - class org.apache.log4j.examples.NumberCruncherServer の static メソッド
 
main(String[]) - class org.apache.log4j.examples.Trivial の static メソッド
 
makeNewCategoryInstance(String) - interface org.apache.log4j.spi.CategoryFactory のメソッド
 
makeNewCategoryInstance(String) - class org.apache.log4j.xml.examples.XCategory.XFactory のメソッド
 
makeNewCategoryInstance(String) - class org.apache.log4j.examples.MyCategoryFactory のメソッド
 
makeNewCategoryInstance(String) - class org.apache.log4j.examples.appserver.AppServerCategoryFactory のメソッド
Create a new instance of AppServerCategory using the information contained in this instance.
MAX_BACKUP_INDEX_OPTION - class org.apache.log4j.RollingFileAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansのパラダイムを使い処理されています。 この定数は、今後必要なくなり、近いうちに削除される予定です。

MAX_CAPACITY - class org.apache.log4j.HTMLLayout の変数
 
MAX_CAPACITY - class org.apache.log4j.PatternLayout の変数
 
MAX_FILE_SIZE_OPTION - class org.apache.log4j.RollingFileAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansのパラダイムを使い処理されています。 この定数は、今後必要なくなり、近いうちに削除される予定です。

maxBackupIndex - class org.apache.log4j.RollingFileAppender の変数
There is one backup file by default.
maxFileSize - class org.apache.log4j.RollingFileAppender の変数
The default maximum file size is 10MB.
messageBundle - class org.apache.log4j.examples.appserver.AppServerCategoryFactory の変数
The message bundle to be used by AppServerCategory instances.
MessageRenderer - class org.apache.log4j.or.MessageRenderer.
Render javax.jms.Message objects.
MessageRenderer() - class org.apache.log4j.or.MessageRenderer のコンストラクタ
 
MISSING_LAYOUT - interface org.apache.log4j.spi.ErrorCode の static 変数
 
msg - class org.apache.log4j.net.SMTPAppender の変数
 
MyCategory - class org.apache.log4j.examples.MyCategory.
A simple example showing category subclassing.
MyCategory(String) - class org.apache.log4j.examples.MyCategory のコンストラクタ
Just calls the parent constuctor.
MyCategoryFactory - class org.apache.log4j.examples.MyCategoryFactory.
A factory that makes new MyCategory objects.
MyCategoryFactory() - class org.apache.log4j.examples.MyCategoryFactory のコンストラクタ
The constructor should be public as it will be called by configurators in different packages.
MyPatternLayout - class org.apache.log4j.examples.MyPatternLayout.
Example showing how to extend PatternLayout to recognize additional conversion characters.
MyPatternLayout() - class org.apache.log4j.examples.MyPatternLayout のコンストラクタ
 
MyPatternLayout(String) - class org.apache.log4j.examples.MyPatternLayout のコンストラクタ
 
MyPatternParser - class org.apache.log4j.examples.MyPatternParser.
Example showing how to extend PatternParser to recognize additional conversion characters.
MyPatternParser(String) - class org.apache.log4j.examples.MyPatternParser のコンストラクタ
 

N

NA - class org.apache.log4j.spi.LocationInfo の static 変数
When location information is not available the constant NA is returned.
name - class org.apache.log4j.Category の変数
The name of this category.
name - class org.apache.log4j.AppenderSkeleton の変数
Appenders are named.
NDC - class org.apache.log4j.NDC.
The NDC class implements nested diagnostic contexts as defined by Neil Harrison in the article "Patterns for Logging Diagnostic Messages" part of the book "Pattern Languages of Program Design 3" edited by Martin et al.
NEUTRAL - class org.apache.log4j.spi.Filter の static 変数
This filter is neutral with respect to the log event.
NewVsSetLen - class org.apache.log4j.performance.NewVsSetLen.
This program compares the cost of creating a new StringBuffer and converting it to a String versus keeping the same StringBuffer, setting its size to zero and then converting it to String.
NewVsSetLen() - class org.apache.log4j.performance.NewVsSetLen のコンストラクタ
 
next - class org.apache.log4j.spi.Filter の変数
Points to the next filter in the filter chain.
next - class org.apache.log4j.helpers.PatternConverter の変数
 
nextElement() - class org.apache.log4j.helpers.NullEnumeration のメソッド
 
NOPWriter - class org.apache.log4j.performance.NOPWriter.
Extends Writer with methods that return immediately without + doing anything.
NOPWriter() - class org.apache.log4j.performance.NOPWriter のコンストラクタ
 
NotLogging - class org.apache.log4j.performance.NotLogging.
Measure the performance of evaluating whether to log or not to log, but not actually logging.
NotLogging() - class org.apache.log4j.performance.NotLogging のコンストラクタ
 
NTEventLogAppender - class org.apache.log4j.nt.NTEventLogAppender.
Append to the NT event log system.
NTEventLogAppender() - class org.apache.log4j.nt.NTEventLogAppender のコンストラクタ
 
NTEventLogAppender(Layout) - class org.apache.log4j.nt.NTEventLogAppender のコンストラクタ
 
NTEventLogAppender(String) - class org.apache.log4j.nt.NTEventLogAppender のコンストラクタ
 
NTEventLogAppender(String, Layout) - class org.apache.log4j.nt.NTEventLogAppender のコンストラクタ
 
NTEventLogAppender(String, String) - class org.apache.log4j.nt.NTEventLogAppender のコンストラクタ
 
NTEventLogAppender(String, String, Layout) - class org.apache.log4j.nt.NTEventLogAppender のコンストラクタ
 
NULL_ARG - class org.apache.log4j.config.PropertyGetter の static 変数
 
NULL_DATE_FORMAT - class org.apache.log4j.helpers.DateLayout の static 変数
String constant designating no time information.
NullAppender - class org.apache.log4j.performance.NullAppender.
A bogus appender which calls the format method of its layout object but does not write the result anywhere.
NullAppender() - class org.apache.log4j.performance.NullAppender のコンストラクタ
 
NullAppender(Layout) - class org.apache.log4j.performance.NullAppender のコンストラクタ
 
NullEnumeration - class org.apache.log4j.helpers.NullEnumeration.
An always-empty Enumerator.
numAppenders - class org.apache.log4j.config.PropertyPrinter の変数
 
NumberCruncher - interface org.apache.log4j.examples.NumberCruncher.
NumberCruncher's factor positive integers.
NumberCruncherClient - class org.apache.log4j.examples.NumberCruncherClient.
NumberCruncherClient is a simple client for factoring integers.
NumberCruncherClient() - class org.apache.log4j.examples.NumberCruncherClient のコンストラクタ
 
NumberCruncherServer - class org.apache.log4j.examples.NumberCruncherServer.
A simple NumberCruncher implementation that logs its progress when factoring numbers.
NumberCruncherServer() - class org.apache.log4j.examples.NumberCruncherServer のコンストラクタ
 

O

obj - class org.apache.log4j.config.PropertySetter の変数
 
obj - class org.apache.log4j.config.PropertyGetter の変数
 
ObjectRenderer - interface org.apache.log4j.or.ObjectRenderer.
Implement this interface in order to render objects as strings.
OK - class org.apache.log4j.varia.ExternallyRolledFileAppender の static 変数
The string constant sent to acknowledge a roll over.
OnlyOnceErrorHandler - class org.apache.log4j.helpers.OnlyOnceErrorHandler.
The OnlyOnceErrorHandler implements log4j's default error handling policy which consists of emitting a message for the first error in an appender and ignoring all following errors.
OnlyOnceErrorHandler() - class org.apache.log4j.helpers.OnlyOnceErrorHandler のコンストラクタ
 
OptionConverter - class org.apache.log4j.helpers.OptionConverter.
A convenience class to convert property values to specific types.
OptionHandler - interface org.apache.log4j.spi.OptionHandler.
A string based interface to configure package components.
org.apache.log4j - package org.apache.log4j
The main package of log4j.
org.apache.log4j.config - package org.apache.log4j.config
Package used in getting/setting component properties.
org.apache.log4j.examples - package org.apache.log4j.examples
Example usage of log4j including source code.
org.apache.log4j.examples.appserver - package org.apache.log4j.examples.appserver
This package extends log4j by adding extra logging attributes useful in distributed application server environments.
org.apache.log4j.helpers - package org.apache.log4j.helpers
This package is used internally.
org.apache.log4j.net - package org.apache.log4j.net
Package for remote logging.
org.apache.log4j.nt - package org.apache.log4j.nt
Package for NT event logging.
org.apache.log4j.or - package org.apache.log4j.or
ObjectRenders are resposible for rendering messages depending on their class type.
org.apache.log4j.performance - package org.apache.log4j.performance
Package to measure the performance of the different log4j components.
org.apache.log4j.spi - package org.apache.log4j.spi
Contains part of the System Programming Interface (SPI) needed to extend log4j.
org.apache.log4j.varia - package org.apache.log4j.varia
Contains various appenders, filters and other odds and ends.
org.apache.log4j.xml - package org.apache.log4j.xml
XML based components.
org.apache.log4j.xml.examples - package org.apache.log4j.xml.examples
Example usage of log4j with XML (including source code).
out - class org.apache.log4j.config.PropertyPrinter の変数
 
overrideAsNeeded(String) - class org.apache.log4j.Hierarchy のメソッド
Override the shipped code flag if the override parameter is not null.

P

parent - class org.apache.log4j.Category の変数
The parent of this category.
parse() - class org.apache.log4j.helpers.PatternParser のメソッド
 
parse(Element, Hierarchy) - class org.apache.log4j.xml.DOMConfigurator のメソッド
Used internally to configure the log4j framework by parsing a DOM tree of XML elements based on log4j.dtd.
parse(String, ParsePosition) - class org.apache.log4j.helpers.AbsoluteTimeDateFormat のメソッド
This method does not do anything but return null.
parse(String, ParsePosition) - class org.apache.log4j.helpers.ISO8601DateFormat のメソッド
This method does not do anything but return null.
parse(String, ParsePosition) - class org.apache.log4j.helpers.DateTimeDateFormat のメソッド
This method does not do anything but return null.
parse(String, ParsePosition) - class org.apache.log4j.helpers.RelativeTimeDateFormat のメソッド
This method does not do anything but return null.
parseAppender(Element) - class org.apache.log4j.xml.DOMConfigurator のメソッド
Used internally to parse an appender element.
parseCategory(Element, Hierarchy) - class org.apache.log4j.xml.DOMConfigurator のメソッド
Used internally to parse an category element.
parseCatsAndRenderers(Properties, Hierarchy) - class org.apache.log4j.PropertyConfigurator のメソッド
Parse non-root elements, such non-root categories and renderers.
parseChildrenOfCategoryElement(Element, Category, boolean) - class org.apache.log4j.xml.DOMConfigurator のメソッド
Used internally to parse the children of a category element.
parseErrorHandler(Element, Appender) - class org.apache.log4j.xml.DOMConfigurator のメソッド
Used internally to parse an ErrorHandler element.
parseFilters(Element, Appender) - class org.apache.log4j.xml.DOMConfigurator のメソッド
Used internally to parse a filter element.
parseLayout(Element) - class org.apache.log4j.xml.DOMConfigurator のメソッド
Used internally to parse a layout element.
parsePriority(Element, Category, boolean) - class org.apache.log4j.xml.DOMConfigurator のメソッド
Used internally to parse a priority element.
parseRenderer(Element, Hierarchy) - class org.apache.log4j.xml.DOMConfigurator のメソッド
 
parseRoot(Element, Hierarchy) - class org.apache.log4j.xml.DOMConfigurator のメソッド
Used internally to parse the roor category element.
pattern - class org.apache.log4j.helpers.PatternParser の変数
 
PatternConverter - class org.apache.log4j.helpers.PatternConverter.
PatternConverter is an abtract class that provides the formatting functionality that derived classes need.
PatternConverter() - class org.apache.log4j.helpers.PatternConverter のコンストラクタ
 
PatternConverter(FormattingInfo) - class org.apache.log4j.helpers.PatternConverter のコンストラクタ
 
PatternLayout - class org.apache.log4j.PatternLayout.
A flexible layout configurable with pattern string.
PatternLayout() - class org.apache.log4j.PatternLayout のコンストラクタ
Constructs a PatternLayout using the DEFAULT_LAYOUT_PATTERN.
PatternLayout(String) - class org.apache.log4j.PatternLayout のコンストラクタ
Constructs a PatternLayout using the supplied conversion pattern.
patternLength - class org.apache.log4j.helpers.PatternParser の変数
 
PatternParser - class org.apache.log4j.helpers.PatternParser.
Most of the work of the PatternLayout class is delegated to the PatternParser class.
PatternParser(String) - class org.apache.log4j.helpers.PatternParser のコンストラクタ
 
peek() - class org.apache.log4j.NDC の static メソッド
Looks at the last diagnostic context at the top of this NDC without removing it.
pop() - class org.apache.log4j.NDC の static メソッド
Clients should call this method before leaving a diagnostic context.
PORT_OPTION - class org.apache.log4j.net.SocketAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この定数は、もはや必要なく、近いうちに削除されるでしょう。

PORT_OPTION - class org.apache.log4j.varia.ExternallyRolledFileAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeans パラダイムを使用して処理されます。 この定数は、もはや必要ありません。そして、近いうちに削除されるでしょう。

pos - class org.apache.log4j.helpers.DateLayout の変数
 
print(PrintWriter) - class org.apache.log4j.config.PropertyPrinter のメソッド
Prints the configuration of the default log4j hierarchy as a Java properties file on the specified Writer.
printOptions(PrintWriter, Category) - class org.apache.log4j.config.PropertyPrinter のメソッド
 
printOptions(PrintWriter, Object, String) - class org.apache.log4j.config.PropertyPrinter のメソッド
 
priority - class org.apache.log4j.Category の変数
The assigned priority of this category.
priority - class org.apache.log4j.spi.LoggingEvent の変数
Priority of logging event.
Priority - class org.apache.log4j.Priority.
Defines the minimum set of priorities recognized by the system, that is Priority.FATAL, Priority.ERROR, Priority.WARN, Priority.INFO and Priority.DEBUG.
PRIORITY_MAX_OPTION - class org.apache.log4j.varia.PriorityRangeFilter の static 変数
See class comments クラスのコメントを参照してください。
PRIORITY_MIN_OPTION - class org.apache.log4j.varia.PriorityRangeFilter の static 変数
See class comments クラスのコメントを参照してください。
PRIORITY_TO_MATCH_OPTION - class org.apache.log4j.varia.PriorityMatchFilter の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeans パラダイムを使用して処理されます。 この定数は、もはや必要ありません。そして、近いうちに削除されるでしょう。

Priority(int, String, int) - class org.apache.log4j.Priority のコンストラクタ
Instantiate a priority object.
PriorityMatchFilter - class org.apache.log4j.varia.PriorityMatchFilter.
This is a very simple filter based on priority matching.
PriorityMatchFilter() - class org.apache.log4j.varia.PriorityMatchFilter のコンストラクタ
 
PriorityRangeFilter - class org.apache.log4j.varia.PriorityRangeFilter.
This is a very simple filter based on priority matching, which can be used to reject messages with priorities outside a certain range.
PriorityRangeFilter() - class org.apache.log4j.varia.PriorityRangeFilter のコンストラクタ
 
PropertyConfigurator - class org.apache.log4j.PropertyConfigurator.
Extends BasicConfigurator to provide configuration from an external file.
PropertyConfigurator() - class org.apache.log4j.PropertyConfigurator のコンストラクタ
 
PropertyGetter - class org.apache.log4j.config.PropertyGetter.
Used for inferring configuration information for a log4j's component.
PropertyGetter.PropertyCallback - interface org.apache.log4j.config.PropertyGetter.PropertyCallback.
 
PropertyGetter(Object) - class org.apache.log4j.config.PropertyGetter のコンストラクタ
Create a new PropertySetter for the specified Object.
PropertyPrinter - class org.apache.log4j.config.PropertyPrinter.
Prints the configuration of the log4j default hierarchy (which needs to be auto-initialized) as a propoperties file on a PrintWriter.
PropertyPrinter(PrintWriter) - class org.apache.log4j.config.PropertyPrinter のコンストラクタ
 
PropertyPrinter(PrintWriter, boolean) - class org.apache.log4j.config.PropertyPrinter のコンストラクタ
 
PropertySetter - class org.apache.log4j.config.PropertySetter.
General purpose Object property setter.
PropertySetter(Object) - class org.apache.log4j.config.PropertySetter のコンストラクタ
Create a new PropertySetter for the specified Object.
PropertySetterException - exception org.apache.log4j.config.PropertySetterException.
Thrown when an error is encountered whilst attempting to set a property using the PropertySetter utility class.
PropertySetterException(String) - class org.apache.log4j.config.PropertySetterException のコンストラクタ
 
PropertySetterException(Throwable) - class org.apache.log4j.config.PropertySetterException のコンストラクタ
 
props - class org.apache.log4j.config.PropertySetter の変数
 
props - class org.apache.log4j.config.PropertyGetter の変数
 
push(String) - class org.apache.log4j.NDC の static メソッド
Push new diagnostic context information for the current thread.
put(Class, ObjectRenderer) - class org.apache.log4j.or.RendererMap のメソッド
Register an ObjectRenderer for clazz.
put(LoggingEvent) - class org.apache.log4j.helpers.BoundedFIFO のメソッド
Place a LoggingEvent in the buffer.

Q

QuietWriter - class org.apache.log4j.helpers.QuietWriter.
QuietWriter does not throw exceptions when things go wrong.
QuietWriter(Writer, ErrorHandler) - class org.apache.log4j.helpers.QuietWriter のコンストラクタ
 
qw - class org.apache.log4j.WriterAppender の変数
This is the quietWriter where we will write to.
qwIsOurs - class org.apache.log4j.FileAppender の変数
推奨されていません。 FileAppender will not support streams passed by the user in the future.

FileAppender は、将来的には、ユーザにより渡されたストリームをサポートしない予定です。


R

RECONNECTION_DELAY_OPTION - class org.apache.log4j.net.SocketAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この定数は、もはや必要なく、近いうちに削除されるでしょう。

registry - class org.apache.log4j.PropertyConfigurator の変数
Used internally to keep track of configured appenders.
RELATIVE_TIME_DATE_FORMAT - class org.apache.log4j.helpers.DateLayout の static 変数
String constant designating relative time.
RelativeTimeDateFormat - class org.apache.log4j.helpers.RelativeTimeDateFormat.
Formats a Date by printing the number of milliseconds elapsed since the start of the application.
RelativeTimeDateFormat() - class org.apache.log4j.helpers.RelativeTimeDateFormat のコンストラクタ
 
REMOTE_HOST_OPTION - class org.apache.log4j.net.SocketAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この定数は、もはや必要なく、近いうちに削除されるでしょう。

remove() - class org.apache.log4j.NDC の static メソッド
Remove the diagnostic context for this thread.
removeAllAppenders() - class org.apache.log4j.Category のメソッド
Remove all previously added appenders from this Category instance.
removeAllAppenders() - class org.apache.log4j.AsyncAppender のメソッド
 
removeAllAppenders() - interface org.apache.log4j.spi.AppenderAttachable のメソッド
Remove all previously added appenders.
removeAllAppenders() - class org.apache.log4j.helpers.AppenderAttachableImpl のメソッド
Remove all previously attached appenders.
removeAppender(Appender) - class org.apache.log4j.Category のメソッド
Remove the appender passed as parameter form the list of appenders.
removeAppender(Appender) - class org.apache.log4j.AsyncAppender のメソッド
 
removeAppender(Appender) - interface org.apache.log4j.spi.AppenderAttachable のメソッド
Remove the appender passed as parameter from the list of appenders.
removeAppender(Appender) - class org.apache.log4j.helpers.AppenderAttachableImpl のメソッド
Remove the appender passed as parameter form the list of attached appenders.
removeAppender(String) - class org.apache.log4j.Category のメソッド
Remove the appender with the name passed as parameter form the list of appenders.
removeAppender(String) - class org.apache.log4j.AsyncAppender のメソッド
 
removeAppender(String) - interface org.apache.log4j.spi.AppenderAttachable のメソッド
Remove the appender with the name passed as parameter from the list of appenders.
removeAppender(String) - class org.apache.log4j.helpers.AppenderAttachableImpl のメソッド
Remove the appender with the name passed as parameter form the list of appenders.
RendererMap - class org.apache.log4j.or.RendererMap.
Map class objects to an ObjectRenderer.
RendererMap() - class org.apache.log4j.or.RendererMap のコンストラクタ
 
ReportParserError - class org.apache.log4j.xml.examples.ReportParserError.
This class is needed for validating a log4j.dtd derived XML file.
ReportParserError() - class org.apache.log4j.xml.examples.ReportParserError のコンストラクタ
 
requiresLayout() - class org.apache.log4j.WriterAppender のメソッド
The WriterAppender requires a layout.
requiresLayout() - interface org.apache.log4j.Appender のメソッド
Configurators call this method to determine if the appender requires a layout.
requiresLayout() - class org.apache.log4j.AsyncAppender のメソッド
The AsyncAppender does not require a layout.
requiresLayout() - class org.apache.log4j.net.SyslogAppender のメソッド
The SyslogAppender requires a layout.
requiresLayout() - class org.apache.log4j.net.SocketAppender のメソッド
The SocketAppender does not use a layout.
requiresLayout() - class org.apache.log4j.net.JMSAppender のメソッド
 
requiresLayout() - class org.apache.log4j.net.SMTPAppender のメソッド
The SMTPAppender requires a layout.
requiresLayout() - class org.apache.log4j.performance.NullAppender のメソッド
This is a bogus appender but it still uses a layout.
requiresLayout() - class org.apache.log4j.nt.NTEventLogAppender のメソッド
The NTEventLogAppender requires a layout.
reset() - class org.apache.log4j.WriterAppender のメソッド
Clear internal references to the writer and other variables.
reset() - class org.apache.log4j.FileAppender のメソッド
Close any previously opened file and call the parent's reset.
resetConfiguration() - class org.apache.log4j.BasicConfigurator の static メソッド
Reset the default hierarchy to its defaut.
resetConfiguration() - class org.apache.log4j.Hierarchy のメソッド
Reset all values contained in this hierarchy instance to their default.
resetConfiguration(Hierarchy) - class org.apache.log4j.BasicConfigurator の static メソッド
推奨されていません。 Use hierarchy.resetConfiguration() instead.

代替として、hierarchy.resetConfiguration()を利用します。

resize(int) - class org.apache.log4j.helpers.CyclicBuffer のメソッド
Resize the cyclic buffer to newSize.
resize(int) - class org.apache.log4j.helpers.BoundedFIFO のメソッド
Resize the buffer to a new size.
resourceBundle - class org.apache.log4j.Category の変数
 
ROLL_OVER - class org.apache.log4j.varia.ExternallyRolledFileAppender の static 変数
The string constant sent to initiate a roll over.
Roller - class org.apache.log4j.varia.Roller.
A simple application to send roll over messages to a potentially remote ExternallyRolledFileAppender.
RollingFileAppender - class org.apache.log4j.RollingFileAppender.
RollingFileAppender extends FileAppender to backup the log files when they reach a certain size.
RollingFileAppender() - class org.apache.log4j.RollingFileAppender のコンストラクタ
The default constructor simply calls its parents constructor.
RollingFileAppender(Layout, String) - class org.apache.log4j.RollingFileAppender のコンストラクタ
Instantiate a FileAppender and open the file designated by filename.
RollingFileAppender(Layout, String, boolean) - class org.apache.log4j.RollingFileAppender のコンストラクタ
Instantiate a RollingFileAppender and open the file designated by filename.
rollOver() - class org.apache.log4j.RollingFileAppender のメソッド
Implements the usual roll over behaviour.
RootCategory - class org.apache.log4j.spi.RootCategory.
RootCategory sits at the top of the category hierachy.
RootCategory(Priority) - class org.apache.log4j.spi.RootCategory のコンストラクタ
The root category names itself as "root".
rootCause - class org.apache.log4j.config.PropertySetterException の変数
 
run() - class org.apache.log4j.net.SocketNode のメソッド
 
run() - class org.apache.log4j.helpers.FileWatchdog のメソッド
 

S

s - class org.apache.log4j.performance.NullAppender の static 変数
 
selectAndConfigure(URL, Hierarchy) - class org.apache.log4j.helpers.OptionConverter の static メソッド
Configure log4j given a URL.
sendBuffer() - class org.apache.log4j.net.SMTPAppender のメソッド
Send the contents of the cyclic buffer as an e-mail message.
server - class org.apache.log4j.examples.appserver.AppServerCategoryFactory の変数
The application server name for this factory.
server - class org.apache.log4j.examples.appserver.AppServerCategory の変数
The application server name for this category.
server - class org.apache.log4j.examples.appserver.AppServerLoggingEvent の変数
Name of server from which this event originated.
SERVER_CHAR - class org.apache.log4j.examples.appserver.AppServerPatternParser の static 変数
Set to 's'.
setAcceptOnMatch(boolean) - class org.apache.log4j.varia.StringMatchFilter のメソッド
 
setAcceptOnMatch(boolean) - class org.apache.log4j.varia.PriorityRangeFilter のメソッド
Set the AcceptOnMatch option.
setAcceptOnMatch(boolean) - class org.apache.log4j.varia.PriorityMatchFilter のメソッド
 
setAdditivity(boolean) - class org.apache.log4j.Category のメソッド
Set the additivity flag for this Category instance.
setAppend(boolean) - class org.apache.log4j.FileAppender のメソッド
The Append option takes a boolean value.
setBufferSize(int) - class org.apache.log4j.AsyncAppender のメソッド
The BufferSize option takes a non-negative integer value.
setBufferSize(int) - class org.apache.log4j.net.SMTPAppender のメソッド
The BufferSize option takes a positive integer representing the maximum number of logging events to collect in a cyclic buffer.
setCategoryFactory(CategoryFactory) - class org.apache.log4j.Hierarchy のメソッド
Set the default CategoryFactory instance.
setCategoryPrefixing(boolean) - class org.apache.log4j.TTCCLayout のメソッド
The CategoryPrefixing option specifies whether Category name is part of log output or not.
setComponent(String) - class org.apache.log4j.examples.appserver.AppServerCategoryFactory のメソッド
Set the name of the component for which the category will be logging.
setComponent(String) - class org.apache.log4j.examples.appserver.AppServerCategory のメソッド
Set the component name for this category.
setContextPrinting(boolean) - class org.apache.log4j.TTCCLayout のメソッド
The ContextPrinting option specifies log output will include the nested context information belonging to the current thread.
setConversionPattern(String) - class org.apache.log4j.PatternLayout のメソッド
Set the ConversionPattern option.
setCount(long) - class org.apache.log4j.helpers.CountingQuietWriter のメソッド
 
setDateFormat(DateFormat, TimeZone) - class org.apache.log4j.helpers.DateLayout のメソッド
Sets the DateFormat used to format time and date in the zone determined by timeZone.
setDateFormat(String) - class org.apache.log4j.helpers.DateLayout のメソッド
The value of the DateFormat option should be either an argument to the constructor of SimpleDateFormat or one of the srings "NULL", "RELATIVE", "ABSOLUTE", "DATE" or "ISO8601.
setDateFormat(String, TimeZone) - class org.apache.log4j.helpers.DateLayout のメソッド
Sets the DateFormat used to format date and time in the time zone determined by timeZone parameter.
setDatePattern(String) - class org.apache.log4j.DailyRollingFileAppender のメソッド
The DatePattern takes a string in the same format as expected by SimpleDateFormat.
setDelay(long) - class org.apache.log4j.helpers.FileWatchdog のメソッド
Set the delay to observe between each check of the file changes.
setDisableOverride(String) - class org.apache.log4j.Hierarchy のメソッド
Set the disable override value given a string.
setErrorHandler(ErrorHandler) - class org.apache.log4j.AppenderSkeleton のメソッド
Set the ErrorHandler for this Appender.
setErrorHandler(ErrorHandler) - class org.apache.log4j.WriterAppender のメソッド
Set the ErrorHandler for this FileAppender and also the underlying QuietWriter if any.
setErrorHandler(ErrorHandler) - interface org.apache.log4j.Appender のメソッド
Set the ErrorHandler for this appender.
setErrorHandler(ErrorHandler) - class org.apache.log4j.helpers.QuietWriter のメソッド
 
setEvaluatorClass(String) - class org.apache.log4j.net.SMTPAppender のメソッド
The EvaluatorClass option takes a string value representing the name of the class implementing the TriggeringEventEvaluator interface.
setFacility(String) - class org.apache.log4j.net.SyslogAppender のメソッド
Set the syslog facility.
setFacilityPrinting(boolean) - class org.apache.log4j.net.SyslogAppender のメソッド
If the FacilityPrinting option is set to true, the printed message will include the facility name of the application.
setFactory(CategoryFactory) - class org.apache.log4j.examples.appserver.AppServerCategory の static メソッド
Set the factory instance for creation of AppServerCategory instances. in the getInstance method.
setFile(String) - class org.apache.log4j.FileAppender のメソッド
The File option takes a string value which should be the name of the file to append to.
setFile(String, boolean) - class org.apache.log4j.FileAppender のメソッド
Sets and opens the file where the log output will go.
setFile(String, boolean) - class org.apache.log4j.RollingFileAppender のメソッド
 
setFrom(String) - class org.apache.log4j.net.SMTPAppender のメソッド
The From option takes a string value which should be a e-mail address of the sender.
setHostname(String) - class org.apache.log4j.examples.appserver.AppServerCategoryFactory のメソッド
Set the host name of the component on which this category is running.
setHostname(String) - class org.apache.log4j.examples.appserver.AppServerCategory のメソッド
Explicity set the hostname for this category.
setImmediateFlush(boolean) - class org.apache.log4j.WriterAppender のメソッド
If the ImmediateFlush option is set to true, the appender will flush at the end of each write.
setInternalDebugging(boolean) - class org.apache.log4j.helpers.LogLog の static メソッド
Allows to enable/disable log4j internal logging.
setLayout(Layout) - class org.apache.log4j.AppenderSkeleton のメソッド
Set the layout for this appender.
setLayout(Layout) - interface org.apache.log4j.Appender のメソッド
Set the Layout for this appender.
setLocationInfo(boolean) - class org.apache.log4j.HTMLLayout のメソッド
The LocationInfo option takes a boolean value.
setLocationInfo(boolean) - class org.apache.log4j.AsyncAppender のメソッド
The LocationInfo option takes a boolean value.
setLocationInfo(boolean) - class org.apache.log4j.net.SocketAppender のメソッド
The LocationInfo option takes a boolean value.
setLocationInfo(boolean) - class org.apache.log4j.net.SMTPAppender のメソッド
The LocationInfo option takes a boolean value.
setLocationInfo(boolean) - class org.apache.log4j.xml.XMLLayout のメソッド
The LocationInfo option takes a boolean value.
setMaxBackupIndex(int) - class org.apache.log4j.RollingFileAppender のメソッド
Set the maximum number of backup files to keep around.
setMaxDepth(int) - class org.apache.log4j.NDC の static メソッド
Set maximum depth of this diagnostic context.
setMaxFileSize(long) - class org.apache.log4j.RollingFileAppender のメソッド
推奨されていません。 Use RollingFileAppender.setMaximumFileSize(long) instead.

代わりに、RollingFileAppender.setMaximumFileSize(long)を使用してください。

setMaxFileSize(String) - class org.apache.log4j.RollingFileAppender のメソッド
Set the maximum size that the output file is allowed to reach before being rolled over to backup files.
setMaximumFileSize(long) - class org.apache.log4j.RollingFileAppender のメソッド
Set the maximum size that the output file is allowed to reach before being rolled over to backup files.
setMessageBundle(ResourceBundle) - class org.apache.log4j.examples.appserver.AppServerCategoryFactory のメソッド
Set the message bundle to be used for all Category objects created by this CatgoryFactory.
setMessageBundle(String) - class org.apache.log4j.examples.appserver.AppServerCategoryFactory のメソッド
Set the message bundle using the bundle filename.
setName(String) - class org.apache.log4j.AppenderSkeleton のメソッド
Set the name of this Appender.
setName(String) - interface org.apache.log4j.Appender のメソッド
Set the name of this appender.
setOption(String, String) - class org.apache.log4j.SimpleLayout のメソッド
 
setOption(String, String) - class org.apache.log4j.TTCCLayout のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

一般的な setOptionメソッドを使う代わりに、直接オプションの ためのセッタメソッドを使います。

setOption(String, String) - class org.apache.log4j.HTMLLayout のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

汎用的なsetOptionメソッドの代わりに直接オプションに関するセッターメソッドを利用します。

setOption(String, String) - class org.apache.log4j.PatternLayout のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.
setOption(String, String) - class org.apache.log4j.AppenderSkeleton のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

汎用的なsetOptionメソッドを使う代わりに、直接オプションに関しては、セッターメソッドを使います。

setOption(String, String) - class org.apache.log4j.WriterAppender のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

汎用的な、setOption メソッドを使う代わりに、オプションに関しては、直接セッタメソッドを使います。

setOption(String, String) - class org.apache.log4j.FileAppender のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

汎用的なsetOptionメソッドの代わりに、直接オプションを扱うセッタメソッドを利用します。

setOption(String, String) - class org.apache.log4j.ConsoleAppender のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

汎用的な setOptionメソッドを使う代わりに直接オプションに関するセッタメソッドを使います。

setOption(String, String) - class org.apache.log4j.DailyRollingFileAppender のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

汎用的な、setOptionメソッドの代わりに直接オプションを扱う、セッタメソッドを使います。

setOption(String, String) - class org.apache.log4j.RollingFileAppender のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

一般的な setOptionメソッドの代わりに、直接オプションのための セッタメソッドを使います。

setOption(String, String) - class org.apache.log4j.AsyncAppender のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

汎用的なsetOptionメソッドの代わりに直接オプションに関するセッターメソッドを利用します。

setOption(String, String) - interface org.apache.log4j.spi.OptionHandler のメソッド
推奨されていません。 We now use JavaBeans style getters/setters.

私たちは、現時点では、JavaBeansスタイルのgetters/settersを使います。

setOption(String, String) - class org.apache.log4j.net.SyslogAppender のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

一般的な、setOption メソッドの代わりに、直接オプションに関するセッタメソッドを使用します。

setOption(String, String) - class org.apache.log4j.net.SocketAppender のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

一般的な setOption メソッドの代わりに直接オプションのためのセッタメソッドを使用します。

setOption(String, String) - class org.apache.log4j.net.JMSAppender のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

一般的な setOption メソッドの代わりに、直接オプションのためのセッタメソッドを使用します。

setOption(String, String) - class org.apache.log4j.net.SMTPAppender のメソッド
推奨されていません。 Use the setter method for the option directly, instead of the generic setOption method. 一般的な setOptionメソッドの代わりに、直接オプションに関するセッタメソッドを使用します。
setOption(String, String) - class org.apache.log4j.helpers.DateLayout のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

一般的なsetOptionメソッドの代わりに直接オプションのためのセッタメソッドを使用します。

setOption(String, String) - class org.apache.log4j.helpers.OnlyOnceErrorHandler のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

一般的な、setOption メソッドの変わりに、直接オプションのためのセッタメソッドを使用します。

setOption(String, String) - class org.apache.log4j.nt.NTEventLogAppender のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

一般的な setOption メソッドの代わりに、直接、オプションのためのセッタ・メソッドを使用します。

setOption(String, String) - class org.apache.log4j.varia.StringMatchFilter のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

一般的な setOption メソッドの代わりに、直接オプションのための設定メソッドを使用します。

setOption(String, String) - class org.apache.log4j.varia.PriorityRangeFilter のメソッド
推奨されていません。 We now use JavaBeans introspection to configure components.

今日、私たちは、コンポーネントの設定には JavaBeans のイントロスペクションを使用します。

setOption(String, String) - class org.apache.log4j.varia.PriorityMatchFilter のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

一般的な setOption メソッドの代わりに直接オプションに関する設定メソッドを使用します。

setOption(String, String) - class org.apache.log4j.varia.ExternallyRolledFileAppender のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

一般的な setOption メソッドの代わりに、直接オプションのための設定メソッドを使用します。

setOption(String, String) - class org.apache.log4j.varia.DenyAllFilter のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

一般的な setOption メソッドの代わりに直接オプションに関する設定メソッドを使用します。

setOption(String, String) - class org.apache.log4j.xml.XMLLayout のメソッド
推奨されていません。 Use the setter method for the option directly instead of the generic setOption method.

一般的なsetOption メソッドの代わりに、直接オプションに関するセッタメソッドを使用します。

setOption(String, String) - class org.apache.log4j.xml.examples.XCategory のメソッド
Set XCategory specific options.
setParameter(Element, PropertySetter) - class org.apache.log4j.xml.DOMConfigurator のメソッド
 
setPort(int) - class org.apache.log4j.net.SocketAppender のメソッド
The Port option takes a positive integer representing the port where the server is waiting for connections.
setPort(int) - class org.apache.log4j.varia.ExternallyRolledFileAppender のメソッド
The Port option is used for setting the port for listening to external roll over messages.
setPriority(int) - class org.apache.log4j.helpers.SyslogQuietWriter のメソッド
 
setPriority(Priority) - class org.apache.log4j.Category のメソッド
Set the priority of this Category.
setPriority(Priority) - class org.apache.log4j.spi.RootCategory のメソッド
Setting a null value to the priority of the root category may have catastrophic results.
setPriorityMax(Priority) - class org.apache.log4j.varia.PriorityRangeFilter のメソッド
Set the PriorityMax option.
setPriorityMin(Priority) - class org.apache.log4j.varia.PriorityRangeFilter のメソッド
Set the PriorityMin option.
setPriorityToMatch(String) - class org.apache.log4j.varia.PriorityMatchFilter のメソッド
 
setProperties(Object, Properties, String) - class org.apache.log4j.config.PropertySetter の static メソッド
Set the properties of an object passed as a parameter in one go.
setProperties(Properties, String) - class org.apache.log4j.config.PropertySetter のメソッド
Set the properites for the object that match the prefix passed as parameter.
setProperty(PropertyDescriptor, String, String) - class org.apache.log4j.config.PropertySetter のメソッド
Set the named property given a PropertyDescriptor.
setProperty(String, String) - class org.apache.log4j.config.PropertySetter のメソッド
Set a property on this PropertySetter's Object.
setQuietMode(boolean) - class org.apache.log4j.helpers.LogLog の static メソッド
In quite mode no LogLog generates strictly no output, not even for errors.
setQWForFiles(Writer) - class org.apache.log4j.FileAppender のメソッド
Sets the quiet writer being used.
setQWForFiles(Writer) - class org.apache.log4j.RollingFileAppender のメソッド
 
setReconnectionDelay(int) - class org.apache.log4j.net.SocketAppender のメソッド
The ReconnectionDelay option takes a positive integer representing the number of milliseconds to wait between each failed connection attempt to the server.
setRemoteHost(String) - class org.apache.log4j.net.SocketAppender のメソッド
The RemoteHost option takes a string value which should be the host name of the server where a SocketNode is running.
setResourceBundle(ResourceBundle) - class org.apache.log4j.Category のメソッド
Set the resource bundle to be used with localized logging methods Category.l7dlog(Priority,String,Throwable) and Category.l7dlog(Priority,String,Object[],Throwable).
setServer(String) - class org.apache.log4j.examples.appserver.AppServerCategoryFactory のメソッド
Set the name of the application server process in which this category is logging.
setServer(String) - class org.apache.log4j.examples.appserver.AppServerCategory のメソッド
Set the server name for this category.
setSMTPHost(String) - class org.apache.log4j.net.SMTPAppender のメソッド
The SMTPHost option takes a string value which should be a the host name of the SMTP server that will send the e-mail message.
setSource(String) - class org.apache.log4j.nt.NTEventLogAppender のメソッド
The Source option which names the source of the event.
setStringToMatch(String) - class org.apache.log4j.varia.StringMatchFilter のメソッド
 
setSubject(String) - class org.apache.log4j.net.SMTPAppender のメソッド
The Subject option takes a string value which should be a the subject of the e-mail message.
setSyslogFacility(int) - class org.apache.log4j.helpers.SyslogQuietWriter のメソッド
 
setSyslogHost(String) - class org.apache.log4j.net.SyslogAppender のメソッド
The SyslogHost option is the name of the the syslog host where log output should go.
setTarget(String) - class org.apache.log4j.ConsoleAppender のメソッド
Sets the value of the Target option.
setThreadPrinting(boolean) - class org.apache.log4j.TTCCLayout のメソッド
The ThreadPrinting option specifies whether the name of the current thread is part of log output or not.
setThreshold(Priority) - class org.apache.log4j.AppenderSkeleton のメソッド
Set the threshold priority.
setTimeZone(String) - class org.apache.log4j.helpers.DateLayout のメソッド
The TimeZoneID option is a time zone ID string in the format expected by the TimeZone.getTimeZone(java.lang.String) method.
setTitle(String) - class org.apache.log4j.HTMLLayout のメソッド
The Title option takes a String value.
setTo(String) - class org.apache.log4j.net.SMTPAppender のメソッド
The To option takes a string value which should be a comma separated list of e-mail address of the recipients.
setTopicBindingName(String) - class org.apache.log4j.net.JMSAppender のメソッド
The TopicBindingName option takes a string value.
setTopicConnectionFactoryBindingName(String) - class org.apache.log4j.net.JMSAppender のメソッド
The TopicConnectionFactoryBindingName option takes a string value.
setVersion(String) - class org.apache.log4j.examples.appserver.AppServerCategoryFactory のメソッド
Set the version string for the component.
setVersion(String) - class org.apache.log4j.examples.appserver.AppServerCategory のメソッド
Set the version of the component for this category.
setWriter(Writer) - class org.apache.log4j.WriterAppender のメソッド
Sets the Writer where the log output will go.
shutdown() - class org.apache.log4j.Category の static メソッド
Calling this method will safely close and remove all appenders in all the categories including root contained in the default hierachy.
shutdown() - class org.apache.log4j.Hierarchy のメソッド
Shutting down a hierarchy will safely close and remove all appenders in all categories including the root category.
SimpleLayout - class org.apache.log4j.SimpleLayout.
SimpleLayout consists of the priority of the log statement, followed by " - " and then the log message itself.
SimpleLayout() - class org.apache.log4j.SimpleLayout のコンストラクタ
 
SimpleSocketServer - class org.apache.log4j.net.SimpleSocketServer.
A simple SocketNode based server.
SimpleSocketServer() - class org.apache.log4j.net.SimpleSocketServer のコンストラクタ
 
SMTP_HOST_OPTION - class org.apache.log4j.net.SMTPAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この定数は、近いうちに削除されるでしょう。

SMTPAppender - class org.apache.log4j.net.SMTPAppender.
Send an e-mail when a specific logging event occurs, typically on errors or fatal errors.
SMTPAppender() - class org.apache.log4j.net.SMTPAppender のコンストラクタ
The default constructor will instantiate the appender with a TriggeringEventEvaluator that will trigger on events with priority ERROR or higher.
SMTPAppender(TriggeringEventEvaluator) - class org.apache.log4j.net.SMTPAppender のコンストラクタ
Use evaluator passed as parameter as the TriggeringEventEvaluator for this SMTPAppender.
SocketAppender - class org.apache.log4j.net.SocketAppender.
Sends LoggingEvent objects to a remote a log server, usually a SocketNode.
SocketAppender() - class org.apache.log4j.net.SocketAppender のコンストラクタ
 
SocketAppender(InetAddress, int) - class org.apache.log4j.net.SocketAppender のコンストラクタ
Connects to remote server at address and port.
SocketAppender(String, int) - class org.apache.log4j.net.SocketAppender のコンストラクタ
Connects to remote server at host and port.
SocketNode - class org.apache.log4j.net.SocketNode.
Read LoggingEvent objects sent from a remote client using Sockets (TCP).
SocketNode(Socket, Hierarchy) - class org.apache.log4j.net.SocketNode のコンストラクタ
 
SocketServer - class org.apache.log4j.net.SocketServer.
A SocketNode based server that uses a different hierarchy for each client.
SocketServer(File) - class org.apache.log4j.net.SocketServer のコンストラクタ
 
Sort - class org.apache.log4j.examples.Sort.
Example code for log4j to viewed in conjunction with the SortAlgo class.
Sort() - class org.apache.log4j.examples.Sort のコンストラクタ
 
SortAlgo - class org.apache.log4j.examples.SortAlgo.
Example code for log4j to viewed in conjunction with the Sort class.
SOURCE_OPTION - class org.apache.log4j.nt.NTEventLogAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この定数は、もはや必要ありませんし、近いうちに削除されるでしょう。

spacePad(StringBuffer, int) - class org.apache.log4j.helpers.PatternConverter のメソッド
Fast space padding method.
startTime - class org.apache.log4j.helpers.RelativeTimeDateFormat の変数
 
STRING_TO_MATCH_OPTION - class org.apache.log4j.varia.StringMatchFilter の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeans パラダイムを使用して処理されます。 この定数は、もはや必要ありません。そして、近いうちに削除されるでしょう。

StringMatchFilter - class org.apache.log4j.varia.StringMatchFilter.
This is a very simple filter based on string matching.
StringMatchFilter() - class org.apache.log4j.varia.StringMatchFilter のコンストラクタ
 
subAppend(LoggingEvent) - class org.apache.log4j.WriterAppender のメソッド
Actual writing occurs here.
subAppend(LoggingEvent) - class org.apache.log4j.DailyRollingFileAppender のメソッド
This method differentiates DailyRollingFileAppender from its super class.
subAppend(LoggingEvent) - class org.apache.log4j.RollingFileAppender のメソッド
This method differentiates RollingFileAppender from its super class.
SUBJECT_OPTION - class org.apache.log4j.net.SMTPAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この定数は、近いうちに削除されるでしょう。

subst(String) - class org.apache.log4j.xml.DOMConfigurator のメソッド
 
substVars(String, Properties) - class org.apache.log4j.helpers.OptionConverter の static メソッド
Perform variable substitution in string val from the values of keys found in the system propeties.
SUFFIX_OPTION - class org.apache.log4j.xml.examples.XCategory の static 変数
 
SYSLOG_HOST_OI - class org.apache.log4j.net.SyslogAppender の static 変数
 
SYSLOG_HOST_OPTION - class org.apache.log4j.net.SyslogAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この文字列定数は、もはや必要なくなり、近いうちに削除されるでしょう。

SyslogAppender - class org.apache.log4j.net.SyslogAppender.
Use SyslogAppender to send log messages to a remote syslog daemon.
SyslogAppender() - class org.apache.log4j.net.SyslogAppender のコンストラクタ
 
SyslogAppender(Layout, int) - class org.apache.log4j.net.SyslogAppender のコンストラクタ
 
SyslogAppender(Layout, String, int) - class org.apache.log4j.net.SyslogAppender のコンストラクタ
 
SyslogQuietWriter - class org.apache.log4j.helpers.SyslogQuietWriter.
SyslogQuietWriter extends QuietWriter by prepending the syslog priority code before each printed String.
SyslogQuietWriter(Writer, int, ErrorHandler) - class org.apache.log4j.helpers.SyslogQuietWriter のコンストラクタ
 
SyslogWriter - class org.apache.log4j.helpers.SyslogWriter.
SyslogWriter is a wrapper around the java.net.DatagramSocket class so that it behaves like a java.io.Writer.
SyslogWriter(String) - class org.apache.log4j.helpers.SyslogWriter のコンストラクタ
 
SYSTEM_ERR - class org.apache.log4j.ConsoleAppender の static 変数
 
SYSTEM_OUT - class org.apache.log4j.ConsoleAppender の static 変数
 
SystemTime - class org.apache.log4j.performance.SystemTime.
Measures the time required to make a System.currentTimeMillis() and Thread.currentThread().getName() calls.
SystemTime() - class org.apache.log4j.performance.SystemTime のコンストラクタ
 

T

t - class org.apache.log4j.performance.NullAppender の変数
 
tailFilter - class org.apache.log4j.AppenderSkeleton の変数
The last filter in the filter chain.
target - class org.apache.log4j.ConsoleAppender の変数
 
TARGET_OPTION - class org.apache.log4j.ConsoleAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

オプションは、現在JavaBeanのパラダイムを使って処理されます。 この定数は、もはや必要とされず、近いうちに削除される予定です。

THREAD_PRINTING_OPTION - class org.apache.log4j.TTCCLayout の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansのパラダイムを使って処理されます。 この定数は、今後必要なくなり、近いうちに削除される予定です。

ThreadGroupRenderer - class org.apache.log4j.or.ThreadGroupRenderer.
Render ThreadGroup objects in a format similar to the information output by the ThreadGroup.list() method.
ThreadGroupRenderer() - class org.apache.log4j.or.ThreadGroupRenderer のコンストラクタ
 
threshold - class org.apache.log4j.AppenderSkeleton の変数
There is no priority threshold filtering by default.
THRESHOLD_OPTION - class org.apache.log4j.AppenderSkeleton の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

オプションは、現在JavaBeansのパラダイムで使うために処理されます。 この不変数は、もはや必要とされません。そして、近いうちに削除される予定です。

ThrowableInformation - class org.apache.log4j.spi.ThrowableInformation.
 
ThrowableInformation(Throwable) - class org.apache.log4j.spi.ThrowableInformation のコンストラクタ
 
timeStamp - class org.apache.log4j.spi.LoggingEvent の変数
The number of milliseconds elapsed from 1/1/1970 until logging event was created.
TIMEZONE_OPTION - class org.apache.log4j.helpers.DateLayout の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この定数は、今後必要なくなり、そして、近いうちに削除されるでしょう。

TITLE_OPTION - class org.apache.log4j.HTMLLayout の static 変数
A string constant used in naming the option for setting the the HTML document title.
TO_OPTION - class org.apache.log4j.net.SMTPAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この定数は、近いうちに削除されるでしょう。

toBoolean(String, boolean) - class org.apache.log4j.helpers.OptionConverter の static メソッド
If value is "true", then true is returned.
toFileSize(String, long) - class org.apache.log4j.helpers.OptionConverter の static メソッド
 
toInt() - class org.apache.log4j.Priority のメソッド
Returns the integer representation of this priority.
toInt(String, int) - class org.apache.log4j.helpers.OptionConverter の static メソッド
 
TOPIC_BINDING_NAME_OPTION - class org.apache.log4j.net.JMSAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この定数は、今後必要なくなり、そして、近いに削除されるでしょう。

TOPIC_CONNECTION_FACTORY_BINDING_NAME_OPTION - class org.apache.log4j.net.JMSAppender の static 変数
推奨されていません。 Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.

今日、オプションは、JavaBeansパラダイムを使用して処理されます。 この定数は、今後必要なくなり、そして、近いに削除されるでしょう。

toPriority(int) - class org.apache.log4j.Priority の static メソッド
Convert an integer passed as argument to a priority.
toPriority(int) - class org.apache.log4j.xml.examples.XPriority の static メソッド
 
toPriority(int, Priority) - class org.apache.log4j.Priority の static メソッド
Convert an integer passed as argument to a priority.
toPriority(String) - class org.apache.log4j.Priority の static メソッド
Convert the string passed as argument to a priority.
toPriority(String, Priority) - class org.apache.log4j.Priority の static メソッド
Convert the string passed as argument to a priority.
toPriority(String, Priority) - class org.apache.log4j.helpers.OptionConverter の static メソッド
Converts a standard or custom priority level to a Priority object.
toPriority(String, Priority) - class org.apache.log4j.xml.examples.XPriority の static メソッド
 
toString() - class org.apache.log4j.Priority のメソッド
Returns the string representation of this priority.
TRACE - class org.apache.log4j.xml.examples.XPriority の static 変数
 
trace(String) - class org.apache.log4j.xml.examples.XCategory のメソッド
We introduce a new printing method that takes the TRACE priority.
trace(String) - class org.apache.log4j.examples.MyCategory のメソッド
 
trace(String, Throwable) - class org.apache.log4j.xml.examples.XCategory のメソッド
We introduce a new printing method that takes the TRACE priority.
TriggeringEventEvaluator - interface org.apache.log4j.spi.TriggeringEventEvaluator.
Implementions of this interface allow certain appenders to decide when to perform an appender specific action.
Trivial - class org.apache.log4j.examples.Trivial.
View the source code of this a trivial usage example.
Trivial() - class org.apache.log4j.examples.Trivial のコンストラクタ
 
TTCC_CONVERSION_PATTERN - class org.apache.log4j.PatternLayout の static 変数
A conversion pattern equivalent to the TTCCCLayout.
TTCCLayout - class org.apache.log4j.TTCCLayout.
TTCC layout format consists of time, thread, category and nested diagnostic context information, hence the name.
TTCCLayout() - class org.apache.log4j.TTCCLayout のコンストラクタ
Instantiate a TTCCLayout object with RelativeTimeDateFormat as the date formatter in the local time zone.
TTCCLayout(String) - class org.apache.log4j.TTCCLayout のコンストラクタ
Instantiate a TTCCLayout object using the local time zone.

V

version - class org.apache.log4j.examples.appserver.AppServerCategoryFactory の変数
An identifier for this particular version/release.
version - class org.apache.log4j.examples.appserver.AppServerCategory の変数
An identifier for this particular version/release.
version - class org.apache.log4j.examples.appserver.AppServerLoggingEvent の変数
Version name of server/component.
VERSION_CHAR - class org.apache.log4j.examples.appserver.AppServerPatternParser の static 変数
Set to 'v'.

W

WARN - class org.apache.log4j.Priority の static 変数
The WARN priority designates potentially harmful situations.
WARN_INT - class org.apache.log4j.Priority の static 変数
 
warn(Object) - class org.apache.log4j.Category のメソッド
Log a message object with the WARN priority.
warn(Object, Throwable) - class org.apache.log4j.Category のメソッド
Log a message with the WARN priority including the stack trace of the Throwable t passed as parameter.
warn(String) - class org.apache.log4j.helpers.LogLog の static メソッド
This method is used to output log4j internal warning statements.
warn(String, Throwable) - class org.apache.log4j.helpers.LogLog の static メソッド
This method is used to output log4j internal warnings.
warning(SAXParseException) - class org.apache.log4j.xml.examples.ReportParserError のメソッド
 
wasEmpty() - class org.apache.log4j.helpers.BoundedFIFO のメソッド
Returns true if there is just one element in the buffer.
wasFull() - class org.apache.log4j.helpers.BoundedFIFO のメソッド
Returns true if the number of elements in the buffer plus 1 equals the maximum buffer size, returns false otherwise.
WRITE_FAILURE - interface org.apache.log4j.spi.ErrorCode の static 変数
 
write(char[]) - class org.apache.log4j.performance.NOPWriter のメソッド
 
write(char[], int, int) - class org.apache.log4j.helpers.SyslogWriter のメソッド
 
write(char[], int, int) - class org.apache.log4j.performance.NOPWriter のメソッド
 
write(int) - class org.apache.log4j.performance.NOPWriter のメソッド
 
write(String) - class org.apache.log4j.helpers.QuietWriter のメソッド
 
write(String) - class org.apache.log4j.helpers.CountingQuietWriter のメソッド
 
write(String) - class org.apache.log4j.helpers.SyslogWriter のメソッド
 
write(String) - class org.apache.log4j.helpers.SyslogQuietWriter のメソッド
 
write(String) - class org.apache.log4j.performance.NOPWriter のメソッド
 
write(String, int, int) - class org.apache.log4j.performance.NOPWriter のメソッド
 
writeFooter() - class org.apache.log4j.WriterAppender のメソッド
Write a footer as produced by the embedded layout's Layout.getFooter() method.
writeHeader() - class org.apache.log4j.WriterAppender のメソッド
Write a header as produced by the embedded layout's Layout.getHeader() method.
WriterAppender - class org.apache.log4j.WriterAppender.
WriterAppender appends log events to a Writer or an OutputStream depending on the user's choice.
WriterAppender() - class org.apache.log4j.WriterAppender のコンストラクタ
This default constructor does nothing.
WriterAppender(Layout, OutputStream) - class org.apache.log4j.WriterAppender のコンストラクタ
Instantiate a WriterAppender and set the output destination to a new OutputStreamWriter initialized with os as its OutputStream.
WriterAppender(Layout, Writer) - class org.apache.log4j.WriterAppender のコンストラクタ
Instantiate a WriterAppender and set the output destination to writer.

X

XCategory - class org.apache.log4j.xml.examples.XCategory.
A simple example showing Category sub-classing.
XCategory.XFactory - class org.apache.log4j.xml.examples.XCategory.XFactory.
 
XCategory.XFactory() - class org.apache.log4j.xml.examples.XCategory.XFactory のコンストラクタ
 
XCategory(String) - class org.apache.log4j.xml.examples.XCategory のコンストラクタ
Just calls the parent constuctor.
XMLLayout - class org.apache.log4j.xml.XMLLayout.
The output of the XMLLayout consists of a series of log4j:event elements as defined in the log4j.dtd.
XMLLayout() - class org.apache.log4j.xml.XMLLayout のコンストラクタ
 
XMLSample - class org.apache.log4j.xml.examples.XMLSample.
This example code shows how to read an XML based configuration file using a DOM parser.
XMLSample() - class org.apache.log4j.xml.examples.XMLSample のコンストラクタ
 
XPriority - class org.apache.log4j.xml.examples.XPriority.
This class introduces a new priority level called TRACE.
XPriority(int, String, int) - class org.apache.log4j.xml.examples.XPriority のコンストラクタ
 
XTest - class org.apache.log4j.xml.examples.XTest.
A simple example showing Category sub-classing.
XTest() - class org.apache.log4j.xml.examples.XTest のコンストラクタ
 

A B C D E F G H I J L M N O P Q R S T V W X

Please notify me about new log4j releases.