- 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.
- 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 のコンストラクタ
-