Namespace: LLama.Common
public interface ILLamaLogger
Write the log in cosutomized way
void Log(string source, string message, LogLevel level)
source String
The source of the log. It may be a method name or class name.
message String
The message.
level LogLevel
The log level.