indy 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,25 +0,0 @@
1
- class Indy
2
-
3
- #
4
- # Indy default log format @pattern
5
- # e.g.:
6
- # INFO 2000-09-07 MyApp - Entering APPLICATION.
7
- #
8
- DEFAULT_LOG_PATTERN = [LogFormats::DEFAULT_LOG_REGEXP, LogFormats::DEFAULT_LOG_FIELDS].flatten
9
-
10
- #
11
- # Uncustomized Log4r log @pattern
12
- #
13
- LOG4R_DEFAULT_PATTERN = [LogFormats::LOG4R_DEFAULT_REGEXP, LogFormats::LOG4R_DEFAULT_FIELDS].flatten
14
-
15
- #
16
- # NCSA Common Log Format log @pattern
17
- #
18
- COMMON_LOG_PATTERN = [LogFormats::COMMON_REGEXP, LogFormats::COMMON_FIELDS].flatten
19
-
20
- #
21
- # NCSA Combined Log Format log @pattern
22
- #
23
- COMBINED_LOG_PATTERN = [LogFormats::COMBINED_REGEXP, LogFormats::COMBINED_FIELDS].flatten
24
-
25
- end