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:
@@ -98,12 +98,6 @@ void Patterns::SetEzcObjects(Ezc::Objects<HtmlTextStream> * obj)
|
||||
}
|
||||
|
||||
|
||||
void Patterns::SetEzcCommentary(const std::wstring & start, const std::wstring & end)
|
||||
{
|
||||
pattern_parser.SetCommentary(start, end);
|
||||
}
|
||||
|
||||
|
||||
size_t Patterns::Add(const wchar_t * file_name, bool read_pattern)
|
||||
{
|
||||
for(size_t i=0 ; i<pat_tab.size() ; ++i)
|
||||
|
Reference in New Issue
Block a user