B bwen New Member Joined Feb 24, 2016 Messages 11 Reaction score 0 Jun 3, 2016 #1 AB plugin log Hello, Is there a way to store plugins logs in other place than AB main or plugin logtab? (file or database) Thanks Last edited: Jun 3, 2016
AB plugin log Hello, Is there a way to store plugins logs in other place than AB main or plugin logtab? (file or database) Thanks
Aeon Member Joined Mar 25, 2015 Messages 736 Reaction score 2 Jun 3, 2016 #2 bwen said: Hello, Is there a way to store plugins logs in other place than AA main or plugin logtab? (file or database) Thanks Click to expand... Hi, sure but the plugin you're running needs to have that implemented Regarding the main one, I don't think so, unless Out implements it.
bwen said: Hello, Is there a way to store plugins logs in other place than AA main or plugin logtab? (file or database) Thanks Click to expand... Hi, sure but the plugin you're running needs to have that implemented Regarding the main one, I don't think so, unless Out implements it.
B bwen New Member Joined Feb 24, 2016 Messages 11 Reaction score 0 Jun 3, 2016 #3 Aeon said: Hi, sure but the plugin you're running needs to have that implemented Regarding the main one, I don't think so, unless Out implements it. Click to expand... I'm not a dev but if i search, i will find ;-) I just need to know if its possible with AB API and which one to use.
Aeon said: Hi, sure but the plugin you're running needs to have that implemented Regarding the main one, I don't think so, unless Out implements it. Click to expand... I'm not a dev but if i search, i will find ;-) I just need to know if its possible with AB API and which one to use.
Aeon Member Joined Mar 25, 2015 Messages 736 Reaction score 2 Jun 3, 2016 #4 bwen said: I'm not a dev but if i search, i will find ;-) I just need to know if its possible with AB API and which one to use. Click to expand... In AB API there's a method Log(string text) which outputs your text to window log. For text file log or something like that you don't really need AB API, just a basic C# knowledge
bwen said: I'm not a dev but if i search, i will find ;-) I just need to know if its possible with AB API and which one to use. Click to expand... In AB API there's a method Log(string text) which outputs your text to window log. For text file log or something like that you don't really need AB API, just a basic C# knowledge
B bwen New Member Joined Feb 24, 2016 Messages 11 Reaction score 0 Jun 3, 2016 #5 allright, I learn it right now ;-) ty
Aeon Member Joined Mar 25, 2015 Messages 736 Reaction score 2 Jun 3, 2016 #6 bwen said: allright, I learn it right now ;-) ty Click to expand... You're welcome, good luck