mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 11:16:09 +02:00
IDE: use LazLoggerBase instead of LazLogger
git-svn-id: trunk@58084 -
This commit is contained in:
parent
c0136a0867
commit
7e8cc82417
@ -51,7 +51,7 @@ uses
|
|||||||
LCLProc, Forms, Controls, LCLType, StdCtrls, ExtCtrls, Buttons, Dialogs,
|
LCLProc, Forms, Controls, LCLType, StdCtrls, ExtCtrls, Buttons, Dialogs,
|
||||||
LCLPlatformDef, CheckLst, Menus, ComCtrls,
|
LCLPlatformDef, CheckLst, Menus, ComCtrls,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
FileUtil, LazFileUtils, LazUTF8, LazLogger, lazutf8classes, LazFileCache,
|
FileUtil, LazFileUtils, LazUTF8, LazLoggerBase, lazutf8classes, LazFileCache,
|
||||||
// LazControls
|
// LazControls
|
||||||
DividerBevel,
|
DividerBevel,
|
||||||
// Codetools
|
// Codetools
|
||||||
|
@ -34,7 +34,7 @@ uses
|
|||||||
// LCL
|
// LCL
|
||||||
StdCtrls, ComCtrls, Forms, ButtonPanel,
|
StdCtrls, ComCtrls, Forms, ButtonPanel,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LazUTF8, LazLogger, AvgLvlTree,
|
LazUTF8, LazLoggerBase, AvgLvlTree,
|
||||||
// IDE
|
// IDE
|
||||||
LazarusIDEStrConsts, EnvironmentOpts, Project, ModeMatrixOpts, CompOptsModes;
|
LazarusIDEStrConsts, EnvironmentOpts, Project, ModeMatrixOpts, CompOptsModes;
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ interface
|
|||||||
uses
|
uses
|
||||||
Classes, SysUtils,
|
Classes, SysUtils,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
Laz2_XMLCfg, LazLogger, LazFileUtils, LazUTF8,
|
Laz2_XMLCfg, LazLoggerBase, LazFileUtils, LazUTF8,
|
||||||
// LCL
|
// LCL
|
||||||
Forms, Controls, Dialogs, ExtCtrls, StdCtrls, ComCtrls, Contnrs, ButtonPanel,
|
Forms, Controls, Dialogs, ExtCtrls, StdCtrls, ComCtrls, Contnrs, ButtonPanel,
|
||||||
InterfaceBase, LCLPlatformDef,
|
InterfaceBase, LCLPlatformDef,
|
||||||
|
@ -37,7 +37,7 @@ unit DiffPatch;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, LazLogger;
|
Classes, SysUtils, LazLoggerBase;
|
||||||
|
|
||||||
type
|
type
|
||||||
TTextDiffFlag = (
|
TTextDiffFlag = (
|
||||||
|
@ -57,7 +57,7 @@ uses
|
|||||||
// LCL
|
// LCL
|
||||||
Menus, Dialogs, Controls,
|
Menus, Dialogs, Controls,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LazLogger, AvgLvlTree, LazFileUtils, LazUTF8,
|
LazLoggerBase, AvgLvlTree, LazFileUtils, LazUTF8,
|
||||||
// Codetools
|
// Codetools
|
||||||
CodeToolManager, CodeCache, CodeTree, CodeAtom, BasicCodeTools, KeywordFuncLists,
|
CodeToolManager, CodeCache, CodeTree, CodeAtom, BasicCodeTools, KeywordFuncLists,
|
||||||
// IdeIntf
|
// IdeIntf
|
||||||
|
@ -36,7 +36,7 @@ uses
|
|||||||
// LCL
|
// LCL
|
||||||
Graphics, Controls, Forms, ImgList,
|
Graphics, Controls, Forms, ImgList,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LazLogger, LazFileUtils,
|
LazLoggerBase, LazFileUtils,
|
||||||
// Codetools
|
// Codetools
|
||||||
KeywordFuncLists,
|
KeywordFuncLists,
|
||||||
// SynEdit
|
// SynEdit
|
||||||
|
@ -35,7 +35,7 @@ unit Compiler_ModeMatrix;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, types, LazLogger, LazUTF8, Controls, Graphics, ComCtrls,
|
Classes, SysUtils, types, LazLoggerBase, LazUTF8, Controls, Graphics, ComCtrls,
|
||||||
Menus, LCLProc, IDEOptionsIntf, IDEImagesIntf, CompOptsIntf, EnvironmentOpts,
|
Menus, LCLProc, IDEOptionsIntf, IDEImagesIntf, CompOptsIntf, EnvironmentOpts,
|
||||||
PackageSystem, PackageDefs, Project, LazarusIDEStrConsts, TransferMacros,
|
PackageSystem, PackageDefs, Project, LazarusIDEStrConsts, TransferMacros,
|
||||||
ModeMatrixOpts, ModeMatrixCtrl, compiler_config_target;
|
ModeMatrixOpts, ModeMatrixCtrl, compiler_config_target;
|
||||||
|
@ -32,7 +32,7 @@ uses
|
|||||||
// LCL
|
// LCL
|
||||||
Forms, Controls, Graphics, Dialogs, StdCtrls, ComCtrls, ExtCtrls, Buttons, LCLType,
|
Forms, Controls, Graphics, Dialogs, StdCtrls, ComCtrls, ExtCtrls, Buttons, LCLType,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LazUTF8, LazLogger,
|
LazUTF8, LazLoggerBase,
|
||||||
// Codetools
|
// Codetools
|
||||||
CodeToolsCfgScript, KeywordFuncLists,
|
CodeToolsCfgScript, KeywordFuncLists,
|
||||||
// IdeIntf
|
// IdeIntf
|
||||||
|
@ -30,7 +30,7 @@ uses
|
|||||||
// LCL
|
// LCL
|
||||||
Controls, LCLType, LCLIntf, Grids, Graphics, StdCtrls, Menus,
|
Controls, LCLType, LCLIntf, Grids, Graphics, StdCtrls, Menus,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LazLogger,
|
LazLoggerBase,
|
||||||
// Codetools
|
// Codetools
|
||||||
FileProcs,
|
FileProcs,
|
||||||
// IdeIntf
|
// IdeIntf
|
||||||
|
@ -40,7 +40,7 @@ interface
|
|||||||
uses
|
uses
|
||||||
Classes, SysUtils,
|
Classes, SysUtils,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
FileUtil, LazFileUtils, LazUTF8, LazUTF8Classes, LazLogger,
|
FileUtil, LazFileUtils, LazUTF8, LazUTF8Classes, LazLoggerBase,
|
||||||
// LCL
|
// LCL
|
||||||
LCLProc,
|
LCLProc,
|
||||||
// IDE
|
// IDE
|
||||||
@ -365,7 +365,7 @@ begin
|
|||||||
for i:= 1 to ParamsAndCfgCount do
|
for i:= 1 to ParamsAndCfgCount do
|
||||||
begin
|
begin
|
||||||
if ParamIsOptionPlusValue(i, DebugLogOpt, AValue) then
|
if ParamIsOptionPlusValue(i, DebugLogOpt, AValue) then
|
||||||
LazLogger.DebugLogger.LogName := AValue;
|
LazLoggerBase.DebugLogger.LogName := AValue;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ uses
|
|||||||
// CodeTools
|
// CodeTools
|
||||||
FileProcs, CodeToolManager, DefineTemplates,
|
FileProcs, CodeToolManager, DefineTemplates,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
FileUtil, LazUTF8, LazUTF8Classes, LazFileUtils, LazFileCache, LazLogger,
|
FileUtil, LazUTF8, LazUTF8Classes, LazFileUtils, LazFileCache, LazLoggerBase,
|
||||||
// Other
|
// Other
|
||||||
MacroDefIntf, GDBMIDebugger, DbgIntfDebuggerBase,
|
MacroDefIntf, GDBMIDebugger, DbgIntfDebuggerBase,
|
||||||
TransferMacros, LazarusIDEStrConsts, LazConf, EnvironmentOpts, IDEImagesIntf,
|
TransferMacros, LazarusIDEStrConsts, LazConf, EnvironmentOpts, IDEImagesIntf,
|
||||||
|
@ -38,7 +38,7 @@ uses
|
|||||||
DefineTemplates, CodeToolManager, FileProcs,
|
DefineTemplates, CodeToolManager, FileProcs,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LazFileCache, LazUTF8, LazUTF8Classes, LazFileUtils,
|
LazFileCache, LazUTF8, LazUTF8Classes, LazFileUtils,
|
||||||
LazLoggerBase, LazLogger, Laz2_XMLCfg,
|
LazLoggerBase, LazLoggerBase, Laz2_XMLCfg,
|
||||||
// IDE
|
// IDE
|
||||||
LazarusIDEStrConsts, LazConf, EnvironmentOpts, IDEProcs;
|
LazarusIDEStrConsts, LazConf, EnvironmentOpts, IDEProcs;
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ interface
|
|||||||
uses
|
uses
|
||||||
Classes, SysUtils, contnrs,
|
Classes, SysUtils, contnrs,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LazConfigStorage, Laz2_XMLCfg, LazLogger, LazUTF8,
|
LazConfigStorage, Laz2_XMLCfg, LazLoggerBase, LazUTF8,
|
||||||
// Codetools
|
// Codetools
|
||||||
FileProcs, KeywordFuncLists, CodeToolsCfgScript,
|
FileProcs, KeywordFuncLists, CodeToolsCfgScript,
|
||||||
// IDE
|
// IDE
|
||||||
|
@ -37,7 +37,7 @@ uses
|
|||||||
// LCL
|
// LCL
|
||||||
Forms, Controls, Dialogs, ButtonPanel, ExtCtrls,
|
Forms, Controls, Dialogs, ButtonPanel, ExtCtrls,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LazLogger,
|
LazLoggerBase,
|
||||||
// Codetools
|
// Codetools
|
||||||
CodeToolManager, CodeCache, StdCodeTools,
|
CodeToolManager, CodeCache, StdCodeTools,
|
||||||
// IdeIntf
|
// IdeIntf
|
||||||
|
@ -53,7 +53,7 @@ uses
|
|||||||
ExtendedNotebook,
|
ExtendedNotebook,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LConvEncoding, LazUTF8Classes, LazFileCache, LazUTF8,
|
LConvEncoding, LazUTF8Classes, LazFileCache, LazUTF8,
|
||||||
LazLoggerBase, LazLogger, Translations,
|
LazLoggerBase, LazLoggerBase, Translations,
|
||||||
// codetools
|
// codetools
|
||||||
BasicCodeTools, CodeBeautifier, CodeToolManager, CodeCache, SourceLog,
|
BasicCodeTools, CodeBeautifier, CodeToolManager, CodeCache, SourceLog,
|
||||||
LinkScanner, CodeTree, SourceChanger,
|
LinkScanner, CodeTree, SourceChanger,
|
||||||
|
@ -43,7 +43,7 @@ uses
|
|||||||
CodeToolManager, DefineTemplates, CTUnitGraph, CTUnitGroupGraph,
|
CodeToolManager, DefineTemplates, CTUnitGraph, CTUnitGroupGraph,
|
||||||
FileProcs, CodeCache, AvgLvlTree,
|
FileProcs, CodeCache, AvgLvlTree,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LazLogger, LazFileUtils, LazFileCache, LazUtilities, LazUTF8, LvlGraphCtrl,
|
LazLoggerBase, LazFileUtils, LazFileCache, LazUtilities, LazUTF8, LvlGraphCtrl,
|
||||||
// IDE interface
|
// IDE interface
|
||||||
LazIDEIntf, ProjectIntf, IDEWindowIntf, PackageIntf, SrcEditorIntf, IDEImagesIntf,
|
LazIDEIntf, ProjectIntf, IDEWindowIntf, PackageIntf, SrcEditorIntf, IDEImagesIntf,
|
||||||
IDEMsgIntf, IDEExternToolIntf, IDECommands, IDEDialogs,
|
IDEMsgIntf, IDEExternToolIntf, IDECommands, IDEDialogs,
|
||||||
|
@ -49,7 +49,7 @@ uses
|
|||||||
// LCL
|
// LCL
|
||||||
Forms, Controls, Dialogs, LCLProc,
|
Forms, Controls, Dialogs, LCLProc,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
FileUtil, LazFileCache, LazLogger, LazFileUtils, LazUTF8,
|
FileUtil, LazFileCache, LazLoggerBase, LazFileUtils, LazUTF8,
|
||||||
Laz2_XMLCfg, laz2_XMLRead, AvgLvlTree,
|
Laz2_XMLCfg, laz2_XMLRead, AvgLvlTree,
|
||||||
// codetools
|
// codetools
|
||||||
FileProcs, DefineTemplates, CodeToolManager, CodeCache, DirectoryCacher,
|
FileProcs, DefineTemplates, CodeToolManager, CodeCache, DirectoryCacher,
|
||||||
|
@ -26,7 +26,7 @@ uses
|
|||||||
cthreads,
|
cthreads,
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
Classes, SysUtils, Unix, MTProcs,
|
Classes, SysUtils, Unix, MTProcs,
|
||||||
LazFileUtils, LazUTF8, LazUTF8Classes, LazLogger, LConvEncoding;
|
LazFileUtils, LazUTF8, LazUTF8Classes, LazLoggerBase, LConvEncoding;
|
||||||
|
|
||||||
var
|
var
|
||||||
FromEncoding: String;
|
FromEncoding: String;
|
||||||
|
Loading…
Reference in New Issue
Block a user