Skip to content

Commit d17563b

Browse files
committed
format
1 parent 83920c9 commit d17563b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RemoteLogger/LogManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static void Log(string module, object msg, Loglevels level = Loglevels.Al
4848
#if UNITY_EDITOR
4949
s_LogStackFrameList.Add(stackFrame);
5050
#endif
51-
string stackMessageFormat = string.Format("<color={1}>{0}</color>", Path.GetFileName(stackFrame.GetFileName()) + ":" + stackFrame.GetMethod().Name + "():at line " + stackFrame.GetFileLineNumber(), "#990032");
51+
string stackMessageFormat = string.Format("<color={1}>{0}</color>", Path.GetFileName(stackFrame.GetFileName()) + ":" + stackFrame.GetMethod().Name + "() @ L" + stackFrame.GetFileLineNumber(), "#990032");
5252
string timeFormat = Time.frameCount + "F , " + DateTime.Now.Millisecond + "ms";
5353
string objectName = string.Empty;
5454

0 commit comments

Comments
 (0)