From c10c1fdb2ef11f1672d12ce8d82217949d712a84 Mon Sep 17 00:00:00 2001
From: dsiders
Date: Sun, 12 Jun 2022 23:40:10 +0100
Subject: [PATCH] Docs: LazUtils/lazloggerbase.xml. Removes extra spaces in
topics. Uses consistent tagging for True and False values.
---
docs/xml/lazutils/lazloggerbase.xml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/docs/xml/lazutils/lazloggerbase.xml b/docs/xml/lazutils/lazloggerbase.xml
index a5e2a18205..3f0be53398 100644
--- a/docs/xml/lazutils/lazloggerbase.xml
+++ b/docs/xml/lazutils/lazloggerbase.xml
@@ -10,7 +10,7 @@ LazLoggerBase
Defines base logging classes used in the Lazarus IDE.
- lazloggerbase.pas contains classes, types, and routines used to implement the base logging mechanisms used in the Lazarus IDE. Its primary usage, when used along with the LazLogger unit, is to provide output to the debugger in the Lazarus IDE.
+ lazloggerbase.pas contains classes, types, and routines used to implement the base logging mechanisms used in the Lazarus IDE. Its primary usage, when used along with the LazLogger unit, is to provide output to the debugger in the Lazarus IDE.
Logger classes (and routines) are found in units like:
@@ -18,7 +18,7 @@ LazLoggerBase
- LazLoggerBase.pas
-
- Provides the base TLazLogger class used as the common ancestor for other logger classes. Use this unit when you want to use the debugln routine. What LazLoggerBase does depends on whether the unit LazLogger is used in any other unit of your application. If LazLogger is not used, LazLoggerBase will install a "blackhole logger" that discards all log messages. If LazLogger is used anywhere, then all units using LazLoggerBase will write the log messages as described under "Logging Output"
+ Provides the base TLazLogger class used as the common ancestor for other logger classes. Use this unit when you want to use the debugln routine. What LazLoggerBase does depends on whether the unit LazLogger is used in any other unit of your application. If LazLogger is not used, LazLoggerBase will install a "blackhole logger" that discards all log messages. If LazLogger is used anywhere, then all units using LazLoggerBase will write the log messages as described under "Logging Output"
- LazLogger.pas
-
@@ -26,7 +26,7 @@ LazLoggerBase
- LazLoggerProfiling.pas
-
- Provides a logger class which captures memory usage and execution times.
+ Provides a logger class which captures memory usage and execution times.
- LazLoggerDummy.pas
-
@@ -151,7 +151,7 @@ LazLoggerBase
- True if the log group is enabled.
+ True if the log group is enabled.
@@ -292,7 +292,7 @@ LazLoggerBase
Case-insensitive name for the log group added in the method.
- True if enabled by default.
+ True if enabled by default.
@@ -322,7 +322,7 @@ LazLoggerBase
Removes a log group from the container.
- Remove is overloaded to allow the group to be located using a pointer to the TLazLoggerLogGroup entry, or by a specified name. Remove calls Dispose to release resource allocated for the log group, and frees it from the internal list in the container.No actions are performed if a log group cannot be located in the method.
+ Remove is overloaded to allow the group to be located using a pointer to the TLazLoggerLogGroup entry, or by a specified name. Remove calls Dispose to release resource allocated for the log group, and frees it from the internal list in the container.No actions are performed if a log group cannot be located in the method.
@@ -1270,7 +1270,7 @@ LazLoggerBase
Writes a message to the log.
- Calls the DebuglnStack method for the logger class instance.
+ Calls the DebuglnStack method for the logger class instance.
@@ -1716,7 +1716,7 @@ LazLoggerBase
TObject.ClassName
- If the LazLogger_Dummy unit has been included in the application, the return value is an empty string.
+ If the LazLogger_Dummy unit has been included in the application, the return value is an empty string.
@@ -1834,7 +1834,7 @@ LazLoggerBase
- Implements the Assign (':=') operator using a Pointer to a logger group for the TLazLoggerLogEnabled type.
+ Implements the Assign (':=') operator using a Pointer to a logger group for the TLazLoggerLogEnabled type.
@@ -1842,7 +1842,7 @@ LazLoggerBase
- Implements the Assign (':=') operator using a Boolean argument for the TLazLoggerLogEnabled type.
+ Implements the Assign (':=') operator using a Boolean argument for the TLazLoggerLogEnabled type.