Skip to content

Commit e5f8ca8

Browse files
committed
InternalLogValues as a struct for fewer allocations.
1 parent 5148b8f commit e5f8ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Logging.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ private static void ThrowNotImplemented()
616616
}
617617
}
618618

619-
public class InternalLogValues
619+
public struct InternalLogValues
620620
{
621621
private readonly string _format;
622622
private readonly object[] _args;

0 commit comments

Comments
 (0)