Directs all logging output to the console as well as any other configured log appenders.

Namespace: BrightstarDB
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public static void EnableConsoleOutput(
	bool debugOn
)
Visual Basic
Public Shared Sub EnableConsoleOutput ( 
	debugOn As Boolean
)
Visual C++
public:
static void EnableConsoleOutput(
	bool debugOn
)
F#
static member EnableConsoleOutput : 
        debugOn : bool -> unit 

Parameters

debugOn
Type: System..::..Boolean

[Missing <param name="debugOn"/> documentation for "M:BrightstarDB.Logging.EnableConsoleOutput(System.Boolean)"]

See Also