mirror of
https://github.com/amevarashi/RJW-Sexperience.git
synced 2024-08-14 23:54:08 +00:00
Method to create logger without provider
This commit is contained in:
parent
a7a0d3f6cf
commit
eb353c6022
1 changed files with 4 additions and 0 deletions
|
@ -103,5 +103,9 @@ namespace RJWSexperience.Logs
|
||||||
{
|
{
|
||||||
return new Logger(staticTypeName, new TLogProvider());
|
return new Logger(staticTypeName, new TLogProvider());
|
||||||
}
|
}
|
||||||
|
public static ILog GetLogger(string staticTypeName)
|
||||||
|
{
|
||||||
|
return new Logger(staticTypeName);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue