Documentation
¶
Overview ¶
Copyright 2025 The Rook Authors. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func NamedDebug(name types.NamespacedName, logger *capnslog.PackageLogger, message string, ...)
- func NamedError(name types.NamespacedName, logger *capnslog.PackageLogger, message string, ...)
- func NamedInfo(name types.NamespacedName, logger *capnslog.PackageLogger, message string, ...)
- func NamedTrace(name types.NamespacedName, logger *capnslog.PackageLogger, message string, ...)
- func NamedWarning(name types.NamespacedName, logger *capnslog.PackageLogger, message string, ...)
- func NamespacedDebug(namespace string, logger *capnslog.PackageLogger, message string, ...)
- func NamespacedError(namespace string, logger *capnslog.PackageLogger, message string, ...)
- func NamespacedInfo(namespace string, logger *capnslog.PackageLogger, message string, ...)
- func NamespacedTrace(namespace string, logger *capnslog.PackageLogger, message string, ...)
- func NamespacedWarning(namespace string, logger *capnslog.PackageLogger, message string, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NamedDebug ¶
func NamedDebug(name types.NamespacedName, logger *capnslog.PackageLogger, message string, args ...interface{})
func NamedError ¶
func NamedError(name types.NamespacedName, logger *capnslog.PackageLogger, message string, args ...interface{})
func NamedInfo ¶
func NamedInfo(name types.NamespacedName, logger *capnslog.PackageLogger, message string, args ...interface{})
func NamedTrace ¶
func NamedTrace(name types.NamespacedName, logger *capnslog.PackageLogger, message string, args ...interface{})
func NamedWarning ¶
func NamedWarning(name types.NamespacedName, logger *capnslog.PackageLogger, message string, args ...interface{})
func NamespacedDebug ¶
func NamespacedDebug(namespace string, logger *capnslog.PackageLogger, message string, args ...interface{})
func NamespacedError ¶
func NamespacedError(namespace string, logger *capnslog.PackageLogger, message string, args ...interface{})
func NamespacedInfo ¶
func NamespacedInfo(namespace string, logger *capnslog.PackageLogger, message string, args ...interface{})
func NamespacedTrace ¶
func NamespacedTrace(namespace string, logger *capnslog.PackageLogger, message string, args ...interface{})
func NamespacedWarning ¶
func NamespacedWarning(namespace string, logger *capnslog.PackageLogger, message string, args ...interface{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.