mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 05:56:05 +02:00
LazUtils: use LazLoggerBase instead of LazLogger
git-svn-id: trunk@58082 -
This commit is contained in:
parent
c21ddc088a
commit
f34c00fc64
@ -20,7 +20,7 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, typinfo, Laz_AVL_Tree,
|
||||
// LazUtils
|
||||
LazLogger, AvgLvlTree;
|
||||
LazLoggerBase, AvgLvlTree;
|
||||
|
||||
type
|
||||
{ TConfigStorage }
|
||||
|
@ -65,7 +65,7 @@ uses
|
||||
Classes, SysUtils,
|
||||
{$IF FPC_FULLVERSION>=30001}jsonscanner,{$ENDIF} jsonparser, fpjson,
|
||||
// LazUtils
|
||||
FileUtil, LazFileUtils, LazUTF8, LazUTF8Classes, LConvEncoding, LazLogger,
|
||||
FileUtil, LazFileUtils, LazUTF8, LazUTF8Classes, LConvEncoding, LazLoggerBase,
|
||||
AvgLvlTree, StringHashList;
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user