File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2336. [func] razvan
2
+ Added support for syslog backend in forensic log hook library.
3
+ (Gitlab #3569)
4
+
1
5
Kea 2.7.7 (development) released on March 26, 2025
2
6
3
7
2335. [func] razvan
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ LegalSyslog::LegalSyslog(const DatabaseConnection::ParameterMap& parameters)
34
34
// / loggers to be declared statically: the name is stored in a fixed-size
35
35
// / array to avoid the need to allocate heap storage during program
36
36
// / initialization (which causes problems on some operating systems).
37
- // / e.g. or error: '<logger-name>' is not a valid name for a logger:
37
+ // / e.g. of error: '<logger-name>' is not a valid name for a logger:
38
38
// / valid names must be between 1 and 31 characters in length.
39
39
info.name_ = " legal-log-" ;
40
40
info.name_ += boost::lexical_cast<std::string>(reinterpret_cast <uint64_t >(this ));
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ class Logger {
157
157
// / loggers to be declared statically: the name is stored in a fixed-size
158
158
// / array to avoid the need to allocate heap storage during program
159
159
// / initialization (which causes problems on some operating systems).
160
- // / e.g. or error: '<logger-name>' is not a valid name for a logger:
160
+ // / e.g. of error: '<logger-name>' is not a valid name for a logger:
161
161
// / valid names must be between 1 and 31 characters in length.
162
162
// /
163
163
// / \note Note also that there is no constructor taking a std::string. This
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class LoggerImpl : public boost::noncopyable {
68
68
// / loggers to be declared statically: the name is stored in a fixed-size
69
69
// / array to avoid the need to allocate heap storage during program
70
70
// / initialization (which causes problems on some operating systems).
71
- // / e.g. or error: '<logger-name>' is not a valid name for a logger:
71
+ // / e.g. of error: '<logger-name>' is not a valid name for a logger:
72
72
// / valid names must be between 1 and 31 characters in length.
73
73
// /
74
74
// / \param name Name of the logger.
You can’t perform that action at this time.
0 commit comments