GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MySQL::Diff::Utils(3) User Contributed Perl Documentation MySQL::Diff::Utils(3)

MySQL::Diff::Utils - Supporting functions for MySQL:Diff

  use MySQL::Diff::Utils qw(debug_level debug);

Currently contains the debug message handling routines.

Fuller documentation will appear here in time :)
  • debug_file( $file )

    Accessor to set/get the current debug log file.

  • debug_level( $level )

    Accessor to set/get the current debug level for messages.

    Current levels range from 1 to 4, with 1 being very brief processing messages, 2 providing high level process flow messages, 3 providing low level process flow messages and 4 providing data dumps, etc where appropriate.

  • debug

    Writes to debug log file (if specified) and STDERR the given message, provided is equal to or lower than the current debug level.

Copyright (c) 2000-2016 Adam Spiers. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

mysqldiff, MySQL::Diff, MySQL::Diff::Database, MySQL::Diff::Table

Adam Spiers <mysqldiff@adamspiers.org>
2016-07-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.