org.x4juli.handlers
Interface MessageText


public interface MessageText

Defines the constants for i18n juli internal logging. There is one MessageText interface per package.

Since:
0.5
Author:
Boris Unckel

Field Summary
static java.lang.String Error_initializing_output_writer
           
static java.lang.String Exception_during_compression_of
           
static java.lang.String Exception_during_file_rollover
           
static java.lang.String Exception_during_purge
           
static java.lang.String Exception_during_rollover_attempt
           
static java.lang.String Exception_during_rollover_rollover_deferred
           
static java.lang.String Exception_in_post_close_rollover_action
           
static java.lang.String Exception_is
           
static java.lang.String Failed_to_write_footer_for_Handler
           
static java.lang.String Failed_to_write_header_for_Handler
           
static java.lang.String File_option_not_set_for_handler
           
static java.lang.String Finalizing_handler_named
           
static java.lang.String Flush_operation_failed_in_handler
           
static java.lang.String IO_failure_for_handler_named
           
static java.lang.String Large_window_sizes_are_not_allowed
           
static java.lang.String MaxIndex_cannot_be_smaller_than_MinIndex
           
static java.lang.String MaxIndex_reduced_to
           
static java.lang.String No_fileNamePattern_set_for_rolling
           
static java.lang.String No_formatter_set_for_the_appender
           
static java.lang.String No_output_stream_or_file_set_for_the_handler
           
static java.lang.String No_output_stream_or_file_set_for_the_handler_using_default
           
static java.lang.String No_writer_set_for_the_appender
           
static java.lang.String Not_allowed_to_write_to_a_closed_handler
           
static java.lang.String Not_allowed_to_write_to_an_inactive_handler
           
static java.lang.String Please_set_a_rolling_policy
           
static java.lang.String Please_set_a_TriggeringPolicy_for_the_RollingFileHandler
           
static java.lang.String Property_has_not_an_int_value
           
static java.lang.String Set_file_call_failed
           
static java.lang.String SetFile_called
           
static java.lang.String SetFile_ended
           
static java.lang.String Setting_maxIndex_equal_to_minIndex
           
static java.lang.String The_ActiveFile_name_option_must_be_set_before_using_this_rolling_policy
           
static java.lang.String Unable_to_delete
           
static java.lang.String Unsupported_encoding
           
static java.lang.String Using_previously_set_target_Systemout_by_default
           
static java.lang.String Value_should_be_Systemout_or_System_err
           
 

Field Detail

Exception_is

public static final java.lang.String Exception_is
See Also:
Constant Field Values

Unsupported_encoding

public static final java.lang.String Unsupported_encoding
See Also:
Constant Field Values

Error_initializing_output_writer

public static final java.lang.String Error_initializing_output_writer
See Also:
Constant Field Values

Failed_to_write_footer_for_Handler

public static final java.lang.String Failed_to_write_footer_for_Handler
See Also:
Constant Field Values

Failed_to_write_header_for_Handler

public static final java.lang.String Failed_to_write_header_for_Handler
See Also:
Constant Field Values

Flush_operation_failed_in_handler

public static final java.lang.String Flush_operation_failed_in_handler
See Also:
Constant Field Values

Not_allowed_to_write_to_a_closed_handler

public static final java.lang.String Not_allowed_to_write_to_a_closed_handler
See Also:
Constant Field Values

Not_allowed_to_write_to_an_inactive_handler

public static final java.lang.String Not_allowed_to_write_to_an_inactive_handler
See Also:
Constant Field Values

IO_failure_for_handler_named

public static final java.lang.String IO_failure_for_handler_named
See Also:
Constant Field Values

Set_file_call_failed

public static final java.lang.String Set_file_call_failed
See Also:
Constant Field Values

Exception_in_post_close_rollover_action

public static final java.lang.String Exception_in_post_close_rollover_action
See Also:
Constant Field Values

Exception_during_rollover_attempt

public static final java.lang.String Exception_during_rollover_attempt
See Also:
Constant Field Values

Exception_during_rollover_rollover_deferred

public static final java.lang.String Exception_during_rollover_rollover_deferred
See Also:
Constant Field Values

Exception_during_compression_of

public static final java.lang.String Exception_during_compression_of
See Also:
Constant Field Values

Unable_to_delete

public static final java.lang.String Unable_to_delete
See Also:
Constant Field Values

Exception_during_file_rollover

public static final java.lang.String Exception_during_file_rollover
See Also:
Constant Field Values

Exception_during_purge

public static final java.lang.String Exception_during_purge
See Also:
Constant Field Values

No_output_stream_or_file_set_for_the_handler

public static final java.lang.String No_output_stream_or_file_set_for_the_handler
See Also:
Constant Field Values

No_output_stream_or_file_set_for_the_handler_using_default

public static final java.lang.String No_output_stream_or_file_set_for_the_handler_using_default
See Also:
Constant Field Values

No_formatter_set_for_the_appender

public static final java.lang.String No_formatter_set_for_the_appender
See Also:
Constant Field Values

No_writer_set_for_the_appender

public static final java.lang.String No_writer_set_for_the_appender
See Also:
Constant Field Values

Please_set_a_TriggeringPolicy_for_the_RollingFileHandler

public static final java.lang.String Please_set_a_TriggeringPolicy_for_the_RollingFileHandler
See Also:
Constant Field Values

Please_set_a_rolling_policy

public static final java.lang.String Please_set_a_rolling_policy
See Also:
Constant Field Values

The_ActiveFile_name_option_must_be_set_before_using_this_rolling_policy

public static final java.lang.String The_ActiveFile_name_option_must_be_set_before_using_this_rolling_policy
See Also:
Constant Field Values

MaxIndex_cannot_be_smaller_than_MinIndex

public static final java.lang.String MaxIndex_cannot_be_smaller_than_MinIndex
See Also:
Constant Field Values

Large_window_sizes_are_not_allowed

public static final java.lang.String Large_window_sizes_are_not_allowed
See Also:
Constant Field Values

Property_has_not_an_int_value

public static final java.lang.String Property_has_not_an_int_value
See Also:
Constant Field Values

File_option_not_set_for_handler

public static final java.lang.String File_option_not_set_for_handler
See Also:
Constant Field Values

Value_should_be_Systemout_or_System_err

public static final java.lang.String Value_should_be_Systemout_or_System_err
See Also:
Constant Field Values

Using_previously_set_target_Systemout_by_default

public static final java.lang.String Using_previously_set_target_Systemout_by_default
See Also:
Constant Field Values

No_fileNamePattern_set_for_rolling

public static final java.lang.String No_fileNamePattern_set_for_rolling
See Also:
Constant Field Values

Finalizing_handler_named

public static final java.lang.String Finalizing_handler_named
See Also:
Constant Field Values

Setting_maxIndex_equal_to_minIndex

public static final java.lang.String Setting_maxIndex_equal_to_minIndex
See Also:
Constant Field Values

MaxIndex_reduced_to

public static final java.lang.String MaxIndex_reduced_to
See Also:
Constant Field Values

SetFile_called

public static final java.lang.String SetFile_called
See Also:
Constant Field Values

SetFile_ended

public static final java.lang.String SetFile_ended
See Also:
Constant Field Values


${license_html}