Exemplo n.º 1
0
 /// <inheritdoc />
 public void LogWarning(string message, string identity            = null, string title = null,
                        [CallerFilePath] string customCallerPath   = null,
                        [CallerMemberName] string customCallerName = null,
                        [CallerLineNumber] int customLineNumber    = 0)
 {
     G9Logging4Unity.LogWarning(message, identity, title, customCallerPath, customCallerName, customLineNumber);
 }
Exemplo n.º 2
0
 /// <inheritdoc />
 public bool CheckFileLoggingIsActive(LogsType type)
 {
     return(G9Logging4Unity.CheckFileLoggingIsActive(type));
 }