mirror of
https://github.com/cadmium-im/zirconium-sharp.git
synced 2024-11-22 10:22:23 +00:00
Show full name of type from which log comes in Logger
This commit is contained in:
parent
05ea6457bd
commit
e8b99b81b7
@ -54,7 +54,7 @@ namespace Zirconium.Core.Logging
|
|||||||
stFrame = st.GetFrame(2);
|
stFrame = st.GetFrame(2);
|
||||||
}
|
}
|
||||||
var dateTimeFormatter = new Formatter($"{DateTime.Now}", Color.White);
|
var dateTimeFormatter = new Formatter($"{DateTime.Now}", Color.White);
|
||||||
var frameFormatter = new Formatter($"{stFrame.GetMethod().ReflectedType.Name}", Color.DeepPink);
|
var frameFormatter = new Formatter($"{stFrame.GetMethod().ReflectedType.FullName}", Color.DeepPink);
|
||||||
|
|
||||||
string outputMessage = "[{0}] [{1}] | [{2}]: " + message;
|
string outputMessage = "[{0}] [{1}] | [{2}]: " + message;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user