Show / Hide Table of Contents

Enum LogLevel

cv::utils::logging::LogLevel

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum LogLevel

Fields

Name Description
DEBUG

Debug message. Disabled in the "Release" build.

ERROR

Error message.

FATAL

Fatal (critical) error (unrecoverable internal error)

INFO

Info message.

SILENT

for using in setLogVevel() call

VERBOSE

Verbose (trace) messages. Requires verbosity level. Disabled in the "Release" build.

WARNING

Warning message.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX