Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
NinjaTrader.Cbi.Log.Process Usage
Collapse
X
-
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.Tags: None
-
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:
Type should always be typeof(Resource) for custom messages.Code:NinjaTrader.Cbi.Log.Process(typeof(Resource), "CbiLogGeneric", new object[] { "My log message" }, Cbi.LogLevel.Error, Cbi.LogCategories.Default);
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.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
626 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
359 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
562 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
567 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment