log

package
v1.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2022 License: CC-BY-4.0 Imports: 4 Imported by: 0

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

type Profiler

type Profiler interface {
	RecordTiming(bytes []byte)
}

Profiler implements profiling methods

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL