API Reference
Class
LoggingMessages
Static access to a shared InternalLogger and level flags, compatible with ADPlayground style.
Inheritance
- Object
- LoggingMessages
Methods
public static Void LogWarning(Exception exception, String message = null, params Object[] args) #Returns:
VoidLogs a warning with an optional formatted message and exception detail.
Parameters
- exception System.Exception
- Exception to include in the message.
- message System.String = null
- Optional message format string.
- args System.Object[]
- Format arguments.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public static InternalLogger Logger { get; } #Shared logger instance used by helper properties.
public static Boolean Error { get; set; } #Enable/disable error messages on the console output.
public static Boolean Verbose { get; set; } #Enable/disable verbose messages on the console output.
public static Boolean Warning { get; set; } #Enable/disable warning messages on the console output.
public static Boolean Progress { get; set; } #Enable/disable progress messages on the console output.
public static Boolean Debug { get; set; } #Enable/disable debug messages on the console output.
public static Boolean Information { get; set; } #Enable/disable information messages on the console output.