Skip to content

Where is the exported log file path? #35

Open
@qqJoker

Description

@qqJoker

I use the NLog.Targets.MauiLog config demo. But i don't know where is the log file,i try to find use command "find / "*.log" ,but nothing found.

This is my code:

 private readonly NLog.ILogger _logger = NLog.LogManager.GetCurrentClassLogger();

priva void UseLog()
{
    // todo
    _logger.Debug("This is debug info");
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions