Documentation ¶
Overview ¶
Copyright (C) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE-CODE in the project root for license information. Package log implements log related structures, methods, and functions
Copyright (C) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE-CODE in the project root for license information.
Copyright (C) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See LICENSE-CODE in the project root for license information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Debug is used for debug statements and useful for debugging Debug *l.Logger // Info is used for general statements and useful for information logs Info *l.Logger // Warning is used for warning statements and useful for warning logs Warning *l.Logger // Error is used for error statements and useful for error logs Error *l.Logger // Status is used for statistics collections and milestones Status *l.Logger )
Functions ¶
func EnableDebugging ¶
func EnableDebugging()
EnableDebugging enables all debug logs to be written to stdout
Types ¶
Click to show internal directories.
Click to hide internal directories.