removed config options: ezc_error_prefix and ezc_error_postfix
Ezc::PatternParser and Ezc::Generator use only pt::Log as a logger now
This commit is contained in:
@@ -73,10 +73,6 @@ public:
|
||||
// this blocks (pointers to them) will be cached in patterns
|
||||
void SetEzcBlocks(Ezc::Blocks * blocks);
|
||||
|
||||
// commentary prefix/postfix used in pattern_parser
|
||||
// (when there is an error)
|
||||
void SetEzcCommentary(const std::wstring & start, const std::wstring & end);
|
||||
|
||||
// returning a pattern corresponding to the 'item'
|
||||
Ezc::Pattern * GetPattern(const Item & item);
|
||||
|
||||
|
Reference in New Issue
Block a user