~ubuntu-branches/ubuntu/precise/crtmpserver/precise-backports

« back to all changes in this revision

Viewing changes to common/src/utils/logging/syslogloglocation.cpp

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-07-04 00:04:40 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120704000440-u9x7yhyglqjvspk8
Tags: 1.0~dfsg-3~ubuntu12.04.1
No-change backport to precise (LP: #964153)

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
void SyslogLogLocation::Log(int32_t level, string fileName, uint32_t lineNumber,
59
59
                string functionName, string message) {
60
 
 
61
60
        return;
62
61
}
63
62
 
133
132
        return pFormatter->Format(le);
134
133
}
135
134
 
 
135
void SyslogLogLocation::SignalFork() {
 
136
 
 
137
}
 
138
 
136
139
#endif /* HAS_SYSLOG */
137
140