Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

NinjaTrader.Cbi.Log.Process Usage

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    NinjaTrader.Cbi.Log.Process Usage

    Can you please explain the parameters and usage of NinjaTrader.Cbi.Log.Process(). This should really be in the doc other than a minor reference in the debug section. It is not clear how to properly use this function in a similar manner to the generic Log(). Thanks.

    #2
    Hello aslane,

    Thanks for your post.

    I'm looking into this with others in the office and will write back with more information as it becomes available.

    EDIT: The help guide should be updated with the next documentation push when R14 gets released.

    You may use the following as an example:

    Code:
    NinjaTrader.Cbi.Log.Process(typeof(Resource), "CbiLogGeneric", new object[] { "My log message" }, Cbi.LogLevel.Error, Cbi.LogCategories.Default);
    Type should always be typeof(Resource) for custom messages.

    The first string should be the name of the resource you want to log. Log.Process() will try to look up resources for international translations, so CbiLogGeneric should be used for custom messages.

    The next parameter is for resource arguments. For CbiLogGeneric, the argument is the custom message.

    LogLevel could be Alert, Information, Warning, or Error

    LogCategories could be Ati, Connection, Default, Execution, NinjaScript, Order, Position, Strategy, Account, LicenseManagement, DB, System, or User.

    Please let us know if we can do anything else to help.
    Last edited by NinjaTrader_Jim; 05-10-2018, 10:52 AM.
    JimNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by franciscog21, Today, 05:27 PM
    0 responses
    3 views
    0 likes
    Last Post franciscog21  
    Started by hdge4u, 04-29-2024, 12:23 PM
    5 responses
    28 views
    0 likes
    Last Post MisterTee  
    Started by llanqui, 01-25-2024, 06:15 PM
    9 responses
    64 views
    0 likes
    Last Post MisterTee  
    Started by tradingnasdaqprueba, 05-07-2024, 03:42 AM
    16 responses
    66 views
    0 likes
    Last Post tradingnasdaqprueba  
    Started by Vulgoth_t_Destroyer, 05-09-2022, 04:45 PM
    55 responses
    5,464 views
    0 likes
    Last Post BartMan
    by BartMan
     
    Working...
    X