Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: log full function path #5

Merged
merged 1 commit into from
Jun 19, 2024
Merged

feat: log full function path #5

merged 1 commit into from
Jun 19, 2024

Conversation

andylokandy
Copy link
Collaborator

No description provided.

@andylokandy andylokandy merged commit cd96a27 into main Jun 19, 2024
1 check passed
@andylokandy andylokandy deleted the dev branch June 19, 2024 15:11
@drmingdrmer
Copy link

Is there some test that assert the output of applying logcall to a struct method such as:

struct Foo;
impl Foo {
  #[logcall]
  fn hello() -> u64 { 0 }
}

I expect the log output would be something like: <maybe_fullpath>::Foo::hello() -> 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants