Module: AIX::Errlog
- Defined in:
- lib/aix/errlog/lib.rb,
lib/aix/errlog/entry.rb,
lib/aix/errlog/match.rb,
lib/aix/errlog/errlog.rb,
lib/aix/errlog/errors.rb,
lib/aix/errlog/constants.rb
Defined Under Namespace
Modules: Constants, Errors, Lib Classes: Entry, Errlog, Match
Constant Summary collapse
- PARSE_REGEX =
/(?:^Detail Data$\n(.*?))?(?:^Symptom Data$\n(.*))?\z/m.freeze
Class Method Summary collapse
-
.open(*args, &block) ⇒ Object
Simple convenince shortcut to access AIX::Errlog::Errlog.open.