{
private static char[] sep = { '\\', '/' };
/// <summary>
- /// Prints a log message with the VERBOSE priority.
+ /// Prints a regular log message with the VERBOSE priority.
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="tag">The tag name of the log message.</param>
}
/// <summary>
- /// Prints a log message with the DEBUG priority.
+ /// Prints a regular log message with the DEBUG priority.
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="tag">The tag name of the log message.</param>
}
/// <summary>
- /// Prints a log message with the INFO priority.
+ /// Prints a regular log message with the INFO priority.
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="tag">The tag name of the log message.</param>
}
/// <summary>
- /// Prints a log message with the WARNING priority.
+ /// Prints a regular log message with the WARNING priority.
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="tag">The tag name of the log message.</param>
}
/// <summary>
- /// Prints a log message with the ERROR priority.
+ /// Prints a regular log message with the ERROR priority.
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="tag">The tag name of the log message.</param>
}
/// <summary>
- /// Prints a log message with the FATAL priority.
+ /// Prints a regular log message with the FATAL priority.
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="tag">The tag name of the log message.</param>
/// <summary>
/// Provides methods to print log messages to the Tizen logging system.
+ /// Sends "internal" logs, which end up in a different Dlog buffer than regular logs.
/// </summary>
/// <since_tizen> 3 </since_tizen>
[EditorBrowsable(EditorBrowsableState.Never)]
{
private static char[] sep = { '\\', '/' };
/// <summary>
- /// Prints a log message with the VERBOSE priority.
+ /// Prints an internal log message with the VERBOSE priority.
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="tag">The tag name of the log message.</param>
}
/// <summary>
- /// Prints a log message with the DEBUG priority.
+ /// Prints an internal log message with the DEBUG priority.
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="tag">The tag name of the log message.</param>
}
/// <summary>
- /// Prints a log message with the INFO priority.
+ /// Prints an internal log message with the INFO priority.
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="tag">The tag name of the log message.</param>
}
/// <summary>
- /// Prints a log message with the WARNING priority.
+ /// Prints an internal log message with the WARNING priority.
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="tag">The tag name of the log message.</param>
}
/// <summary>
- /// Prints a log message with the ERROR priority.
+ /// Prints an internal log message with the ERROR priority.
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="tag">The tag name of the log message.</param>
}
/// <summary>
- /// Prints a log message with the FATAL priority.
+ /// Prints an internal log message with the FATAL priority.
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="tag">The tag name of the log message.</param>
/// <summary>
/// Provides methods to print log messages to the Tizen logging system.
+ /// Sends "secure" logs, which have extra safety not to appear on release builds.
/// </summary>
/// <since_tizen> 3 </since_tizen>
[EditorBrowsable(EditorBrowsableState.Never)]
{
private static char[] sep = { '\\', '/' };
/// <summary>
- /// Prints a log message with the VERBOSE priority.
+ /// Prints a secure log message with the VERBOSE priority.
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="tag">The tag name of the log message.</param>
}
/// <summary>
- /// Prints a log message with the DEBUG priority.
+ /// Prints a secure log message with the DEBUG priority.
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="tag">The tag name of the log message.</param>
}
/// <summary>
- /// Prints a log message with the INFO priority.
+ /// Prints a secure log message with the INFO priority.
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="tag">The tag name of the log message.</param>
}
/// <summary>
- /// Prints a log message with the WARNING priority.
+ /// Prints a secure log message with the WARNING priority.
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="tag">The tag name of the log message.</param>
}
/// <summary>
- /// Prints a log message with the ERROR priority.
+ /// Prints a secure log message with the ERROR priority.
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="tag">The tag name of the log message.</param>
}
/// <summary>
- /// Prints a log message with the FATAL priority.
+ /// Prints a secure log message with the FATAL priority.
/// </summary>
/// <since_tizen> 3 </since_tizen>
/// <param name="tag">The tag name of the log message.</param>