mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refactor: clang format line length
This commit is contained in:
@@ -22,8 +22,8 @@ namespace swift::misc
|
||||
/*!
|
||||
* Class for emitting a log message. Works similar to the qDebug, qWarning, qCritical family of functions.
|
||||
*
|
||||
* The member functions debug, info, warning, error, and the stream operators all return a reference to <tt>*this</tt>,
|
||||
* so they can be chained together.
|
||||
* The member functions debug, info, warning, error, and the stream operators all return a reference to
|
||||
* <tt>*this</tt>, so they can be chained together.
|
||||
*
|
||||
* The categories are arbitrary string tags which can be attached to the message to categorize it.
|
||||
* A message can have more than one category. The categories can be used for filtering by message handlers.
|
||||
|
||||
Reference in New Issue
Block a user