Doc Update

This commit is contained in:
2018-07-23 04:33:30 +03:00
parent 83685df7c8
commit ecde2c8ec7
2 changed files with 10 additions and 2 deletions

View File

@@ -63,9 +63,13 @@ Write log to command line.
### public metods & propertys
+ #### constructor Create();
Use to create log to default commandline.
+ #### constructor Create(Handele:THandle);
Use to create log from winapi handle. Use as:
Use to create log from winapi handle (Windows only). Use as:
`Log:=TAGCommandLineLog.Create(GetStdHandle(STD_OUTPUT_HANDLE));`