Class LogExtensions
public static class LogExtensions
- Inheritance
-
LogExtensions
- Inherited Members
-
Methods
LogIfNotSetInInspector<T>(T, string, string)
public static bool LogIfNotSetInInspector<T>(this T obj, string callerMemberName = "", string callerFilePath = "")
Parameters
obj
T
callerMemberName
string
callerFilePath
string
Returns
- bool
Type Parameters
T
LogIfNullOrEmpty<T>(IEnumerable<T>, string, string)
public static bool LogIfNullOrEmpty<T>(this IEnumerable<T> collection, string callerMemberName = "", string callerFilePath = "")
Parameters
collection
IEnumerable<T>
callerMemberName
string
callerFilePath
string
Returns
- bool
Type Parameters
T
LogIfNullOrWhiteSpace(string, string, string)
public static bool LogIfNullOrWhiteSpace(this string text, string callerMemberName = "", string callerFilePath = "")
Parameters
text
string
callerMemberName
string
callerFilePath
string
Returns
- bool
LogIfNull<T>(T, string, string)
public static bool LogIfNull<T>(this T obj, string callerMemberName = "", string callerFilePath = "")
Parameters
obj
T
callerMemberName
string
callerFilePath
string
Returns
- bool
Type Parameters
T
LogIfSetInInspector<T>(T, string, string)
public static bool LogIfSetInInspector<T>(this T obj, string callerMemberName = "", string callerFilePath = "")
Parameters
obj
T
callerMemberName
string
callerFilePath
string
Returns
- bool
Type Parameters
T