mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 15:05:35 +02:00
synced with main repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// PatternFormatter.h
|
||||
//
|
||||
// $Id: //poco/Main/Foundation/include/Poco/PatternFormatter.h#2 $
|
||||
// $Id: //poco/svn/Foundation/include/Poco/PatternFormatter.h#3 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Logging
|
||||
@@ -132,7 +132,11 @@ public:
|
||||
protected:
|
||||
static const std::string& getPriorityName(int);
|
||||
/// Returns a string for the given priority value.
|
||||
|
||||
|
||||
static void fmt(std::string& str, int value);
|
||||
static void fmt(std::string& str, int value, int width);
|
||||
static void fmt0(std::string& str, int value, int width);
|
||||
|
||||
private:
|
||||
bool _localTime;
|
||||
std::string _pattern;
|
||||
|
Reference in New Issue
Block a user