TestimoX

API Reference

Class

LoggingMessages

Namespace ComputerX.Logging
Assembly ComputerX
Modifiers static

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: Void

Logs a warning with an optional formatted message and exception detail.

Parameters

exception System.Exception requiredposition: 0
Exception to include in the message.
message System.String = null optionalposition: 1
Optional message format string.
args System.Object[] requiredposition: 2
Format arguments.

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.