iceman1001 / proxmark3

[Deprecated] Iceman Fork, the most totally wicked fork around if you are into proxmark3
http://www.icedev.se/pm3.aspx
GNU General Public License v2.0
465 stars 116 forks source link

add PrintAndLogEx() #177

Closed brianpow closed 6 years ago

brianpow commented 6 years ago

Hi. Still not sure if it is good to include FILE, LINE and FUNCTION in the parameters. Just look at some messages, [!] seems to be error, but not too sure if [+] and [-] means info or other things?

iceman1001 commented 6 years ago

I start with a three level information feedback to user.

[+] positive info [-] negative info, not error [!] error, function failed, ..

iceman1001 commented 6 years ago

And what are you using filename, lineno, and function for ?

brianpow commented 6 years ago

Most likely for printing debug message (not implemented currently), not sure if it is absolutely needed.

iceman1001 commented 6 years ago

nay, skip it. keep it simple.