CQG Algorithmic Orders
Logger Constructor
See Also  Send Feedback
CQGAlgorithmicOrderBuilder > CQGAlgorithmicOrderBuilder Namespace > Logger Class : Logger Constructor



logLevel
maxSize
maxCount

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal logLevel As modConstantsAndEnums.eLogLevel, _
   ByVal maxSize As UInteger, _
   ByVal maxCount As UInteger _
)
Visual Basic (Usage)Copy Code
Dim logLevel As modConstantsAndEnums.eLogLevel
Dim maxSize As UInteger
Dim maxCount As UInteger
 
Dim instance As New Logger(logLevel, maxSize, maxCount)
C# 
public Logger( 
   modConstantsAndEnums.eLogLevel logLevel,
   uint maxSize,
   uint maxCount
)
C++/CLI 
public:
Logger( 
   modConstantsAndEnums.eLogLevel logLevel,
   uint maxSize,
   uint maxCount
)

Parameters

logLevel
maxSize
maxCount

See Also

Reference

Logger Class
Logger Members

Copyright © 2012 CQG Inc. All Rights Reserved.