N
Nikolay Petrov
Hi guys,
I am implementing a loging system in my app and I need a way to get name of
current class and name of the current method, so I can pass them to my
loging system.
Also I want to asign an ID to each method, so I can pass it to the loging
system.
But it is not easy to remeber which is the last ID I've used, so I can
assign a new ID to newly created methods. Any ideas how to accomplish this.
TIA
I am implementing a loging system in my app and I need a way to get name of
current class and name of the current method, so I can pass them to my
loging system.
Also I want to asign an ID to each method, so I can pass it to the loging
system.
But it is not easy to remeber which is the last ID I've used, so I can
assign a new ID to newly created methods. Any ideas how to accomplish this.
TIA