mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
Remove trailing whitespace (#3668)
This commit is contained in:
@@ -39,7 +39,7 @@ class Foundation_API WindowsConsoleChannel: public Channel
|
||||
/// class, which cannot handle UTF-8 encoded messages on Windows.
|
||||
///
|
||||
/// Chain this channel to a FormattingChannel with an
|
||||
/// appropriate Formatter to control what is contained
|
||||
/// appropriate Formatter to control what is contained
|
||||
/// in the text.
|
||||
///
|
||||
/// Only available on Windows platforms.
|
||||
@@ -52,7 +52,7 @@ public:
|
||||
|
||||
void log(const Message& msg);
|
||||
/// Logs the given message to the channel's stream.
|
||||
|
||||
|
||||
protected:
|
||||
~WindowsConsoleChannel();
|
||||
|
||||
@@ -79,7 +79,7 @@ class Foundation_API WindowsColorConsoleChannel: public Channel
|
||||
/// property to true (default). Furthermore, colors can be
|
||||
/// configured by setting the following properties
|
||||
/// (default values are given in parenthesis):
|
||||
///
|
||||
///
|
||||
/// * traceColor (gray)
|
||||
/// * debugColor (gray)
|
||||
/// * informationColor (default)
|
||||
@@ -90,7 +90,7 @@ class Foundation_API WindowsColorConsoleChannel: public Channel
|
||||
/// * fatalColor (lightRed)
|
||||
///
|
||||
/// The following color values are supported:
|
||||
///
|
||||
///
|
||||
/// * default
|
||||
/// * black
|
||||
/// * red
|
||||
@@ -110,7 +110,7 @@ class Foundation_API WindowsColorConsoleChannel: public Channel
|
||||
/// * white
|
||||
///
|
||||
/// Chain this channel to a FormattingChannel with an
|
||||
/// appropriate Formatter to control what is contained
|
||||
/// appropriate Formatter to control what is contained
|
||||
/// in the text.
|
||||
///
|
||||
/// Only available on Windows platforms.
|
||||
@@ -125,8 +125,8 @@ public:
|
||||
/// Logs the given message to the channel's stream.
|
||||
|
||||
void setProperty(const std::string& name, const std::string& value);
|
||||
/// Sets the property with the given name.
|
||||
///
|
||||
/// Sets the property with the given name.
|
||||
///
|
||||
/// The following properties are supported:
|
||||
/// * enableColors: Enable or disable colors.
|
||||
/// * traceColor: Specify color for trace messages.
|
||||
@@ -144,7 +144,7 @@ public:
|
||||
/// Returns the value of the property with the given name.
|
||||
/// See setProperty() for a description of the supported
|
||||
/// properties.
|
||||
|
||||
|
||||
protected:
|
||||
enum Color
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user