rsyslog / liblognorm

a fast samples-based log normalization library
http://www.liblognorm.com
GNU Lesser General Public License v2.1
99 stars 64 forks source link

Little disambiguity in description(comments) of liblognorm.h/ln_loadSamples function() #252

Open rajeshksv opened 7 years ago

rajeshksv commented 7 years ago

In ln_loadSamples() function, comments say "load a log sample file". Its a bit ambiguous - if log sample file is a rules file or logs file. But for next ln_loadSamplesFromString() function, it clearly says loads rulebase from a string. Saying load a rule base file may be less ambiguous for ln_loadSamples.

/**

/**